/[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 1566 by iliev, Mon Nov 19 22:26:16 2007 UTC revision 1567 by iliev, Thu Dec 6 19:37:41 2007 UTC
# Line 275  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.1566  
changed lines
  Added in v.1567

  ViewVC Help
Powered by ViewVC