--- jsampler/trunk/src/org/jsampler/view/fantasia/Res.java 2008/07/28 07:36:35 1751 +++ jsampler/trunk/src/org/jsampler/view/fantasia/Res.java 2008/08/11 22:51:24 1752 @@ -1,7 +1,7 @@ /* * JSampler - a java front-end for LinuxSampler * - * Copyright (C) 2005-2007 Grigor Iliev + * Copyright (C) 2005-2008 Grigor Iliev * * This file is part of JSampler. * @@ -227,6 +227,9 @@ protected final static ImageIcon iconNext16 = new ImageIcon(Res.class.getResource("res/icons/next16.png")); + protected final static ImageIcon iconUp16 + = new ImageIcon(Res.class.getResource("res/icons/up16.png")); + protected final static ImageIcon iconBrowse16 = new ImageIcon(Res.class.getResource("res/icons/folder_open16.png")); @@ -242,6 +245,12 @@ protected final static ImageIcon iconInstrument16 = new ImageIcon(Res.class.getResource("res/icons/instr16.png")); + protected final static ImageIcon iconReload16 + = new ImageIcon(Res.class.getResource("res/icons/reload16.png")); + + protected final static ImageIcon iconPreferences16 + = new ImageIcon(Res.class.getResource("res/icons/preferences16.png")); + protected final static ImageIcon iconVolume22 = new ImageIcon(Res.class.getResource("res/icons/volume22.png"));