/[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 1777 by iliev, Mon Aug 11 22:51:24 2008 UTC revision 1778 by iliev, Sun Sep 28 20:38:36 2008 UTC
# Line 180  public class Res { Line 180  public class Res {
180          protected final static ImageIcon gfxMenuBarBg          protected final static ImageIcon gfxMenuBarBg
181                  = new ImageIcon(Res.class.getResource("res/gfx/menubar_bg.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/menubar_bg.png"));
182                    
         protected final static ImageIcon gfxToolBarBg  
                 = new ImageIcon(Res.class.getResource("res/gfx/toolbar_bg.png"));  
           
183          protected final static ImageIcon gfxScreenBtnBg          protected final static ImageIcon gfxScreenBtnBg
184                  = new ImageIcon(Res.class.getResource("res/gfx/screen_btn_bg.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/screen_btn_bg.png"));
185                    
# Line 202  public class Res { Line 199  public class Res {
199          protected final static ImageIcon gfxBtnCrRO          protected final static ImageIcon gfxBtnCrRO
200                  = new ImageIcon(Res.class.getResource("res/gfx/btn_cr_ro.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/btn_cr_ro.png"));
201                    
202            protected final static ImageIcon gfxBtnDecrease
203                    = new ImageIcon(Res.class.getResource("res/gfx/btn_decrease.png"));
204            
205            protected final static ImageIcon gfxBtnDecreaseRO
206                    = new ImageIcon(Res.class.getResource("res/gfx/btn_decrease_ro.png"));
207            
208            protected final static ImageIcon gfxBtnIncrease
209                    = new ImageIcon(Res.class.getResource("res/gfx/btn_increase.png"));
210            
211            protected final static ImageIcon gfxBtnIncreaseRO
212                    = new ImageIcon(Res.class.getResource("res/gfx/btn_increase_ro.png"));
213            
214            protected final static ImageIcon gfxBtnScrollLeft
215                    = new ImageIcon(Res.class.getResource("res/gfx/btn_scroll_left.png"));
216            
217            protected final static ImageIcon gfxBtnScrollLeftRO
218                    = new ImageIcon(Res.class.getResource("res/gfx/btn_scroll_left_ro.png"));
219            
220            protected final static ImageIcon gfxBtnScrollRight
221                    = new ImageIcon(Res.class.getResource("res/gfx/btn_scroll_right.png"));
222            
223            protected final static ImageIcon gfxBtnScrollRightRO
224                    = new ImageIcon(Res.class.getResource("res/gfx/btn_scroll_right_ro.png"));
225            
226                    
227          protected final static ImageIcon iconAppIcon          protected final static ImageIcon iconAppIcon
228                  = new ImageIcon(Res.class.getResource("res/icons/app_icon.png"));                  = new ImageIcon(Res.class.getResource("res/icons/app_icon.png"));
229                    
230            protected final static ImageIcon iconArrowUp
231                    = new ImageIcon(Res.class.getResource("res/icons/arrow_up.png"));
232            
233            protected final static ImageIcon iconArrowDown
234                    = new ImageIcon(Res.class.getResource("res/icons/arrow_down.png"));
235            
236          protected final static ImageIcon iconEngine12          protected final static ImageIcon iconEngine12
237                  = new ImageIcon(Res.class.getResource("res/icons/engine12.png"));                  = new ImageIcon(Res.class.getResource("res/icons/engine12.png"));
238                    
# Line 293  public class Res { Line 320  public class Res {
320          protected final static ImageIcon iconPreferences32          protected final static ImageIcon iconPreferences32
321                  = new ImageIcon(Res.class.getResource("res/icons/preferences32.png"));                  = new ImageIcon(Res.class.getResource("res/icons/preferences32.png"));
322                    
323            protected final static ImageIcon iconMidiKeyboard32
324                    = new ImageIcon(Res.class.getResource("res/icons/midi_keyboard32.png"));
325            
326          protected final static ImageIcon iconLSConsole32          protected final static ImageIcon iconLSConsole32
327                  = new ImageIcon(Res.class.getResource("res/icons/ls_console32.png"));                  = new ImageIcon(Res.class.getResource("res/icons/ls_console32.png"));
328                    

Legend:
Removed from v.1777  
changed lines
  Added in v.1778

  ViewVC Help
Powered by ViewVC