/[svn]/jsampler/trunk/src/org/jsampler/view/classic/Res.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/classic/Res.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1203 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1204 by iliev, Thu May 24 21:43:45 2007 UTC
# Line 34  public class Res { Line 34  public class Res {
34          /** Forbits the instantiation of this class. */          /** Forbits the instantiation of this class. */
35          private Res() { }          private Res() { }
36                    
37            protected final static ImageIcon appIcon
38                    = new ImageIcon(Res.class.getResource("res/icons/app-icon.png"));
39            
40          protected final static ImageIcon iconClose8          protected final static ImageIcon iconClose8
41                  = new ImageIcon(Res.class.getResource("res/icons/close8.png"));                  = new ImageIcon(Res.class.getResource("res/icons/close8.png"));
42                    
43          protected final static ImageIcon iconNew16          protected final static ImageIcon iconNew16
44                  = new ImageIcon(Res.class.getResource("res/icons/New16.gif"));                  = new ImageIcon(Res.class.getResource("res/icons/new16.png"));
45                    
46          protected final static ImageIcon iconEdit16          protected final static ImageIcon iconEdit16
47                  = new ImageIcon(Res.class.getResource("res/icons/Edit16.gif"));                  = new ImageIcon(Res.class.getResource("res/icons/edit16.png"));
48                    
49          protected final static ImageIcon iconCopy16          protected final static ImageIcon iconCopy16
50                  = new ImageIcon(Res.class.getResource("res/icons/Copy16.gif"));                  = new ImageIcon(Res.class.getResource("res/icons/Copy16.gif"));
51                    
52          protected final static ImageIcon iconDelete16          protected final static ImageIcon iconDelete16
53                  = new ImageIcon(Res.class.getResource("res/icons/Delete16.gif"));                  = new ImageIcon(Res.class.getResource("res/icons/delete16.png"));
54                    
55          protected final static ImageIcon iconProps16          protected final static ImageIcon iconProps16
56                  = new ImageIcon(Res.class.getResource("res/icons/Properties16.gif"));                  = new ImageIcon(Res.class.getResource("res/icons/Properties16.gif"));
# Line 58  public class Res { Line 61  public class Res {
61          protected final static ImageIcon iconDown16          protected final static ImageIcon iconDown16
62                  = new ImageIcon(Res.class.getResource("res/icons/Down16.gif"));                  = new ImageIcon(Res.class.getResource("res/icons/Down16.gif"));
63                    
64            protected final static ImageIcon iconBack16
65                    = new ImageIcon(Res.class.getResource("res/icons/Back16.gif"));
66            
67          protected final static ImageIcon iconAudioProps16          protected final static ImageIcon iconAudioProps16
68                  = new ImageIcon(Res.class.getResource("res/icons/Import16.gif"));                  = new ImageIcon(Res.class.getResource("res/icons/Import16.gif"));
69                    
# Line 76  public class Res { Line 82  public class Res {
82          protected final static ImageIcon iconExport16          protected final static ImageIcon iconExport16
83                  = new ImageIcon(Res.class.getResource("res/icons/save16.png"));                  = new ImageIcon(Res.class.getResource("res/icons/save16.png"));
84                    
85            protected final static ImageIcon iconDb16
86                    = new ImageIcon(Res.class.getResource("res/icons/collection16.png"));
87            
88          protected final static ImageIcon iconTabNew22          protected final static ImageIcon iconTabNew22
89                  = new ImageIcon(Res.class.getResource("res/icons/tab_new22.png"));                  = new ImageIcon(Res.class.getResource("res/icons/tab_new22.png"));
90                    
# Line 94  public class Res { Line 103  public class Res {
103          protected final static ImageIcon iconVolume22          protected final static ImageIcon iconVolume22
104                  = new ImageIcon(Res.class.getResource("res/icons/Volume22.png"));                  = new ImageIcon(Res.class.getResource("res/icons/Volume22.png"));
105                    
106            protected final static ImageIcon iconFind22
107                    = new ImageIcon(Res.class.getResource("res/icons/Find22.png"));
108            
109            protected final static ImageIcon iconGoUp22
110                    = new ImageIcon(Res.class.getResource("res/icons/GoUp22.png"));
111            
112            protected final static ImageIcon iconGoBack22
113                    = new ImageIcon(Res.class.getResource("res/icons/GoBack22.png"));
114            
115            protected final static ImageIcon iconGoForward22
116                    = new ImageIcon(Res.class.getResource("res/icons/GoForward22.png"));
117            
118          protected final static ImageIcon iconUp24          protected final static ImageIcon iconUp24
119                  = new ImageIcon(Res.class.getResource("res/icons/Up22.png"));                  = new ImageIcon(Res.class.getResource("res/icons/Up22.png"));
120                    
121          protected final static ImageIcon iconDown24          protected final static ImageIcon iconDown24
122                  = new ImageIcon(Res.class.getResource("res/icons/Down22.png"));                  = new ImageIcon(Res.class.getResource("res/icons/Down22.png"));
123                    
124            protected final static ImageIcon iconFolderOpen22
125                    = new ImageIcon(Res.class.getResource("res/icons/folder_open22.png"));
126            
127            protected final static ImageIcon iconPreferences22
128                    = new ImageIcon(Res.class.getResource("res/icons/Preferences22.png"));
129            
130            protected final static ImageIcon iconReload22
131                    = new ImageIcon(Res.class.getResource("res/icons/reload22.png"));
132            
133          protected final static ImageIcon iconNew24          protected final static ImageIcon iconNew24
134                  = new ImageIcon(Res.class.getResource("res/icons/New24.png"));                  = new ImageIcon(Res.class.getResource("res/icons/New24.png"));
135                    
# Line 125  public class Res { Line 155  public class Res {
155                  = new ImageIcon(Res.class.getResource("res/icons/purge.png"));                  = new ImageIcon(Res.class.getResource("res/icons/purge.png"));
156                    
157          protected final static ImageIcon iconReload32          protected final static ImageIcon iconReload32
158                  = new ImageIcon(Res.class.getResource("res/icons/reload.png"));                  = new ImageIcon(Res.class.getResource("res/icons/reload32.png"));
159                    
160          protected final static ImageIcon iconInfo32          protected final static ImageIcon iconInfo32
161                  = new ImageIcon(Res.class.getResource("res/icons/info32.png"));                  = new ImageIcon(Res.class.getResource("res/icons/info32.png"));
# Line 133  public class Res { Line 163  public class Res {
163          protected final static ImageIcon iconPreferences32          protected final static ImageIcon iconPreferences32
164                  = new ImageIcon(Res.class.getResource("res/icons/Preferences32.png"));                  = new ImageIcon(Res.class.getResource("res/icons/Preferences32.png"));
165                    
166            protected final static ImageIcon iconDb32
167                    = new ImageIcon(Res.class.getResource("res/icons/db32.png"));
168            
169            protected final static ImageIcon iconWarning32
170                    = new ImageIcon(Res.class.getResource("res/icons/warning32.png"));
171                    
172  }  }

Legend:
Removed from v.1203  
changed lines
  Added in v.1204

  ViewVC Help
Powered by ViewVC