/[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 2199 by iliev, Tue Jun 28 22:51:37 2011 UTC revision 2200 by iliev, Sun Jul 3 22:01:16 2011 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-2009 Grigor Iliev <grigor@grigoriliev.com>   *   Copyright (C) 2005-2011 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 281  public class Res { Line 281  public class Res {
281          public final static ImageIcon iconSampler16          public final static ImageIcon iconSampler16
282                  = new ImageIcon(Res.class.getResource("res/icons/sampler16.png"));                  = new ImageIcon(Res.class.getResource("res/icons/sampler16.png"));
283                    
284            public final static ImageIcon iconSamplerChannel16
285                    = new ImageIcon(Res.class.getResource("res/icons/schannel16.png"));
286            
287            public final static ImageIcon iconFxSend16
288                    = new ImageIcon(Res.class.getResource("res/icons/fx-send16.png"));
289            
290            public final static ImageIcon iconDestEffect16
291                    = new ImageIcon(Res.class.getResource("res/icons/dest-effect16.png"));
292            
293          public final static ImageIcon iconAudioDevsOpen16          public final static ImageIcon iconAudioDevsOpen16
294                  = new ImageIcon(Res.class.getResource("res/icons/au-devs-folder_open16.png"));                  = new ImageIcon(Res.class.getResource("res/icons/au-devs-folder_open16.png"));
295                    
# Line 302  public class Res { Line 311  public class Res {
311          public final static ImageIcon iconEffectInstance16          public final static ImageIcon iconEffectInstance16
312                  = new ImageIcon(Res.class.getResource("res/icons/effect-instance16.png"));                  = new ImageIcon(Res.class.getResource("res/icons/effect-instance16.png"));
313                    
314            public final static ImageIcon iconEffectInstanceLnk16
315                    = new ImageIcon(Res.class.getResource("res/icons/effect-instance-lnk16.png"));
316            
317          public final static ImageIcon iconEffectChain16          public final static ImageIcon iconEffectChain16
318                  = new ImageIcon(Res.class.getResource("res/icons/effect-chain16.png"));                  = new ImageIcon(Res.class.getResource("res/icons/effect-chain16.png"));
319                    

Legend:
Removed from v.2199  
changed lines
  Added in v.2200

  ViewVC Help
Powered by ViewVC