/[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 1751 by iliev, Sat May 3 01:40:06 2008 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 227  public class Res { Line 227  public class Res {
227          protected final static ImageIcon iconNext16          protected final static ImageIcon iconNext16
228                  = new ImageIcon(Res.class.getResource("res/icons/next16.png"));                  = new ImageIcon(Res.class.getResource("res/icons/next16.png"));
229                    
230            protected final static ImageIcon iconUp16
231                    = new ImageIcon(Res.class.getResource("res/icons/up16.png"));
232            
233          protected final static ImageIcon iconBrowse16          protected final static ImageIcon iconBrowse16
234                  = new ImageIcon(Res.class.getResource("res/icons/folder_open16.png"));                  = new ImageIcon(Res.class.getResource("res/icons/folder_open16.png"));
235                    
# Line 242  public class Res { Line 245  public class Res {
245          protected final static ImageIcon iconInstrument16          protected final static ImageIcon iconInstrument16
246                  = new ImageIcon(Res.class.getResource("res/icons/instr16.png"));                  = new ImageIcon(Res.class.getResource("res/icons/instr16.png"));
247                    
248            protected final static ImageIcon iconReload16
249                    = new ImageIcon(Res.class.getResource("res/icons/reload16.png"));
250            
251            protected final static ImageIcon iconPreferences16
252                    = new ImageIcon(Res.class.getResource("res/icons/preferences16.png"));
253            
254          protected final static ImageIcon iconVolume22          protected final static ImageIcon iconVolume22
255                  = new ImageIcon(Res.class.getResource("res/icons/volume22.png"));                  = new ImageIcon(Res.class.getResource("res/icons/volume22.png"));
256                    

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

  ViewVC Help
Powered by ViewVC