/[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 1340 by iliev, Fri Aug 10 19:55:03 2007 UTC revision 1341 by iliev, Mon Sep 10 22:29:09 2007 UTC
# Line 156  public class Res { Line 156  public class Res {
156          protected final static ImageIcon gfxToolBarBg          protected final static ImageIcon gfxToolBarBg
157                  = new ImageIcon(Res.class.getResource("res/gfx/toolbar_bg.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/toolbar_bg.png"));
158                    
159            protected final static ImageIcon gfxScreenBtnBg
160                    = new ImageIcon(Res.class.getResource("res/gfx/screen_btn_bg.png"));
161            
162                    
163          protected final static ImageIcon gfxChannelsBg          protected final static ImageIcon gfxChannelsBg
164                  = new ImageIcon(Res.class.getResource("res/gfx/channels_bg.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/channels_bg.png"));
# Line 172  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            protected final static ImageIcon gfxStatusBar
179                    = new ImageIcon(Res.class.getResource("res/gfx/statusbar.png"));
180            
181                    
182          protected final static ImageIcon iconAppIcon          protected final static ImageIcon iconAppIcon
183                  = new ImageIcon(Res.class.getResource("res/icons/app_icon.png"));                  = new ImageIcon(Res.class.getResource("res/icons/app_icon.png"));

Legend:
Removed from v.1340  
changed lines
  Added in v.1341

  ViewVC Help
Powered by ViewVC