/[svn]/jsampler/trunk/src/org/jsampler/view/classic/Res.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/classic/Res.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1751 by iliev, Thu Dec 6 19:37:41 2007 UTC revision 1752 by iliev, Mon Aug 11 22:51:24 2008 UTC
# Line 1  Line 1 
1  /*  /*
2   *   JSampler - a java front-end for LinuxSampler   *   JSampler - a java front-end for LinuxSampler
3   *   *
4   *   Copyright (C) 2005-2007 Grigor Iliev <grigor@grigoriliev.com>   *   Copyright (C) 2005-2008 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 64  public class Res { Line 64  public class Res {
64          protected final static ImageIcon iconBack16          protected final static ImageIcon iconBack16
65                  = new ImageIcon(Res.class.getResource("res/icons/Back16.gif"));                  = new ImageIcon(Res.class.getResource("res/icons/Back16.gif"));
66                    
67            protected final static ImageIcon iconForward16
68                    = new ImageIcon(Res.class.getResource("res/icons/Forward16.gif"));
69            
70          protected final static ImageIcon iconAudioProps16          protected final static ImageIcon iconAudioProps16
71                  = new ImageIcon(Res.class.getResource("res/icons/Import16.gif"));                  = new ImageIcon(Res.class.getResource("res/icons/Import16.gif"));
72                    
# Line 85  public class Res { Line 88  public class Res {
88          protected final static ImageIcon iconDb16          protected final static ImageIcon iconDb16
89                  = new ImageIcon(Res.class.getResource("res/icons/collection16.png"));                  = new ImageIcon(Res.class.getResource("res/icons/collection16.png"));
90                    
91            protected final static ImageIcon iconReload16
92                    = new ImageIcon(Res.class.getResource("res/icons/reload16.png"));
93            
94            protected final static ImageIcon iconPreferences16
95                    = new ImageIcon(Res.class.getResource("res/icons/preferences16.png"));
96            
97          protected final static ImageIcon iconTabNew22          protected final static ImageIcon iconTabNew22
98                  = new ImageIcon(Res.class.getResource("res/icons/tab_new22.png"));                  = new ImageIcon(Res.class.getResource("res/icons/tab_new22.png"));
99                    

Legend:
Removed from v.1751  
changed lines
  Added in v.1752

  ViewVC Help
Powered by ViewVC