/[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 1566 by iliev, Fri Aug 10 19:55:03 2007 UTC revision 1567 by iliev, Thu Dec 6 19:37:41 2007 UTC
# Line 169  public class Res { Line 169  public class Res {
169          protected final static ImageIcon iconWarning32          protected final static ImageIcon iconWarning32
170                  = new ImageIcon(Res.class.getResource("res/icons/warning32.png"));                  = new ImageIcon(Res.class.getResource("res/icons/warning32.png"));
171                    
172            protected final static ImageIcon iconQuestion32
173                    = new ImageIcon(Res.class.getResource("res/icons/question32.png"));
174            
175          protected final static ImageIcon iconLinuxSamplerLogo          protected final static ImageIcon iconLinuxSamplerLogo
176                  = new ImageIcon(Res.class.getResource("res/LinuxSampler-logo.png"));                  = new ImageIcon(Res.class.getResource("res/LinuxSampler-logo.png"));
177                    

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

  ViewVC Help
Powered by ViewVC