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

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

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

revision 1496 by iliev, Mon Nov 19 22:22:22 2007 UTC revision 1567 by iliev, Thu Dec 6 19:37:41 2007 UTC
# Line 181  public class Res { Line 181  public class Res {
181          protected final static ImageIcon gfxBtnCrRO          protected final static ImageIcon gfxBtnCrRO
182                  = new ImageIcon(Res.class.getResource("res/gfx/btn_cr_ro.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/btn_cr_ro.png"));
183                    
         protected final static ImageIcon gfxStatusBar  
                 = new ImageIcon(Res.class.getResource("res/gfx/statusbar.png"));  
           
184                    
185          protected final static ImageIcon iconAppIcon          protected final static ImageIcon iconAppIcon
186                  = new ImageIcon(Res.class.getResource("res/icons/app_icon.png"));                  = new ImageIcon(Res.class.getResource("res/icons/app_icon.png"));
# Line 278  public class Res { Line 275  public class Res {
275          protected final static ImageIcon iconWarning32          protected final static ImageIcon iconWarning32
276                  = new ImageIcon(Res.class.getResource("res/icons/warning32.png"));                  = new ImageIcon(Res.class.getResource("res/icons/warning32.png"));
277                    
278            protected final static ImageIcon iconQuestion32
279                    = new ImageIcon(Res.class.getResource("res/icons/question32.png"));
280            
281          protected final static ImageIcon iconLinuxSamplerLogo          protected final static ImageIcon iconLinuxSamplerLogo
282                  = new ImageIcon(Res.class.getResource("res/icons/LinuxSampler-logo.png"));                  = new ImageIcon(Res.class.getResource("res/icons/LinuxSampler-logo.png"));
283                    

Legend:
Removed from v.1496  
changed lines
  Added in v.1567

  ViewVC Help
Powered by ViewVC