/[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 912 by iliev, Mon Aug 7 18:34:40 2006 UTC revision 1143 by iliev, Mon Apr 2 21:18:31 2007 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, 2006 Grigor Kirilov Iliev   *   Copyright (C) 2005-2006 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 46  public class Res { Line 46  public class Res {
46          protected final static ImageIcon iconMuteOff          protected final static ImageIcon iconMuteOff
47                  = new ImageIcon(Res.class.getResource("res/btn_mute_off.png"));                  = new ImageIcon(Res.class.getResource("res/btn_mute_off.png"));
48                    
49            protected final static ImageIcon iconMuteSoloDisabled
50                    = new ImageIcon(Res.class.getResource("res/btn_mute_solo_disabled.png"));
51            
52          protected final static ImageIcon iconMutedBySolo          protected final static ImageIcon iconMutedBySolo
53                  = new ImageIcon(Res.class.getResource("res/btn_mute_off.png"));                  = new ImageIcon(Res.class.getResource("res/btn_mute_off.png"));
54                    
55          protected final static ImageIcon iconSoloOn          protected final static ImageIcon iconSoloOn
56                  = new ImageIcon(Res.class.getResource("res/btn_mute_on.png"));                  = new ImageIcon(Res.class.getResource("res/btn_solo_on.png"));
57                    
58          protected final static ImageIcon iconSoloOff          protected final static ImageIcon iconSoloOff
59                  = new ImageIcon(Res.class.getResource("res/btn_mute_off.png"));                  = new ImageIcon(Res.class.getResource("res/btn_mute_off.png"));
# Line 73  public class Res { Line 76  public class Res {
76          protected final static ImageIcon iconOptionsOn          protected final static ImageIcon iconOptionsOn
77                  = new ImageIcon(Res.class.getResource("res/btn_hide_channel_options.png"));                  = new ImageIcon(Res.class.getResource("res/btn_hide_channel_options.png"));
78                    
79            protected final static ImageIcon iconOptionsOnRO
80                    = new ImageIcon(Res.class.getResource("res/btn_hide_channel_options_ro.png"));
81            
82          protected final static ImageIcon iconOptionsOff          protected final static ImageIcon iconOptionsOff
83                  = new ImageIcon(Res.class.getResource("res/btn_show_channel_options.png"));                  = new ImageIcon(Res.class.getResource("res/btn_show_channel_options.png"));
84                    
85            protected final static ImageIcon iconOptionsOffRO
86                    = new ImageIcon(Res.class.getResource("res/btn_show_channel_options_ro.png"));
87            
88          protected final static ImageIcon iconMidiInputTitle          protected final static ImageIcon iconMidiInputTitle
89                  = new ImageIcon(Res.class.getResource("res/title_midi_input.png"));                  = new ImageIcon(Res.class.getResource("res/title_midi_input.png"));
90                    

Legend:
Removed from v.912  
changed lines
  Added in v.1143

  ViewVC Help
Powered by ViewVC