/[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 1354 by iliev, Mon Sep 10 22:38:32 2007 UTC revision 1355 by iliev, Mon Sep 17 23:55:27 2007 UTC
# Line 175  public class Res { Line 175  public class Res {
175          protected final static ImageIcon gfxBtnCrRO          protected final static ImageIcon gfxBtnCrRO
176                  = new ImageIcon(Res.class.getResource("res/gfx/btn_cr_ro.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/btn_cr_ro.png"));
177                    
178                            
179          protected final static ImageIcon iconAppIcon          protected final static ImageIcon iconAppIcon
180                  = new ImageIcon(Res.class.getResource("res/icons/app_icon.png"));                  = new ImageIcon(Res.class.getResource("res/icons/app_icon.png"));
181                    
# Line 266  public class Res { Line 266  public class Res {
266          protected final static ImageIcon iconDb32          protected final static ImageIcon iconDb32
267                  = new ImageIcon(Res.class.getResource("res/icons/db32.png"));                  = new ImageIcon(Res.class.getResource("res/icons/db32.png"));
268                    
269            protected final static ImageIcon iconWarning32
270                    = new ImageIcon(Res.class.getResource("res/icons/warning32.png"));
271            
272          protected final static ImageIcon iconLinuxSamplerLogo          protected final static ImageIcon iconLinuxSamplerLogo
273                  = new ImageIcon(Res.class.getResource("res/icons/LinuxSampler-logo.png"));                  = new ImageIcon(Res.class.getResource("res/icons/LinuxSampler-logo.png"));
274                    

Legend:
Removed from v.1354  
changed lines
  Added in v.1355

  ViewVC Help
Powered by ViewVC