/[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 1731 by iliev, Thu Dec 6 19:37:41 2007 UTC revision 1732 by iliev, Sat May 3 01:40:06 2008 UTC
# Line 59  public class Res { Line 59  public class Res {
59          protected final static ImageIcon gfxMuteOff          protected final static ImageIcon gfxMuteOff
60                  = new ImageIcon(Res.class.getResource("res/gfx/btn_mute_off.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/btn_mute_off.png"));
61                    
62            protected final static ImageIcon gfxMuteSmallOn
63                    = new ImageIcon(Res.class.getResource("res/gfx/btn_mute_s_on.png"));
64            
65            protected final static ImageIcon gfxMuteSmallOff
66                    = new ImageIcon(Res.class.getResource("res/gfx/btn_mute_s_off.png"));
67            
68          protected final static ImageIcon gfxMuteSoloDisabled          protected final static ImageIcon gfxMuteSoloDisabled
69                  = new ImageIcon(Res.class.getResource("res/gfx/btn_mute_solo_disabled.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/btn_mute_solo_disabled.png"));
70                    
71          protected final static ImageIcon gfxMutedBySolo          protected final static ImageIcon gfxMutedBySolo
72                  = new ImageIcon(Res.class.getResource("res/gfx/btn_mute_off.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/btn_mute_off.png"));
73                    
74            protected final static ImageIcon gfxMutedBySoloSmall
75                    = new ImageIcon(Res.class.getResource("res/gfx/btn_mute_s_off.png"));
76            
77          protected final static ImageIcon gfxSoloOn          protected final static ImageIcon gfxSoloOn
78                  = new ImageIcon(Res.class.getResource("res/gfx/btn_solo_on.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/btn_solo_on.png"));
79                    
80          protected final static ImageIcon gfxSoloOff          protected final static ImageIcon gfxSoloOff
81                  = new ImageIcon(Res.class.getResource("res/gfx/btn_mute_off.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/btn_mute_off.png"));
82                    
83            protected final static ImageIcon gfxSoloSmallOn
84                    = new ImageIcon(Res.class.getResource("res/gfx/btn_solo_s_on.png"));
85            
86            protected final static ImageIcon gfxSoloSmallOff
87                    = new ImageIcon(Res.class.getResource("res/gfx/btn_solo_s_off.png"));
88            
89          protected final static ImageIcon gfxMuteTitle          protected final static ImageIcon gfxMuteTitle
90                  = new ImageIcon(Res.class.getResource("res/gfx/title_mute.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/title_mute.png"));
91                    
# Line 98  public class Res { Line 113  public class Res {
113          protected final static ImageIcon gfxOptionsOffRO          protected final static ImageIcon gfxOptionsOffRO
114                  = new ImageIcon(Res.class.getResource("res/gfx/btn_show_channel_options_ro.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/btn_show_channel_options_ro.png"));
115                    
116            protected final static ImageIcon gfxFx
117                    = new ImageIcon(Res.class.getResource("res/gfx/btn_fx.png"));
118            
119            protected final static ImageIcon gfxFxRO
120                    = new ImageIcon(Res.class.getResource("res/gfx/btn_fx_ro.png"));
121            
122          protected final static ImageIcon gfxMidiInputTitle          protected final static ImageIcon gfxMidiInputTitle
123                  = new ImageIcon(Res.class.getResource("res/gfx/title_midi_input.png"));                  = new ImageIcon(Res.class.getResource("res/gfx/title_midi_input.png"));
124                    

Legend:
Removed from v.1731  
changed lines
  Added in v.1732

  ViewVC Help
Powered by ViewVC