Index: jrst2/src/java/org/codelutin/jrst/JRSTInterface.java diff -u jrst2/src/java/org/codelutin/jrst/JRSTInterface.java:1.1 jrst2/src/java/org/codelutin/jrst/JRSTInterface.java:1.2 --- jrst2/src/java/org/codelutin/jrst/JRSTInterface.java:1.1 Wed Jun 20 14:04:53 2007 +++ jrst2/src/java/org/codelutin/jrst/JRSTInterface.java Fri Jun 22 13:34:44 2007 @@ -29,6 +29,7 @@ import javax.swing.event.ChangeListener; import org.codelutin.i18n.I18n; +import org.codelutin.util.Resource; public class JRSTInterface extends JDialog{ private JPanel savePanel = null; @@ -81,9 +82,9 @@ private boolean ecrase=false; private String[] commande = null; - private ImageIcon open = new ImageIcon("src/resources/icone/open.png"); - private ImageIcon delete = new ImageIcon("src/resources/icone/cancel.png"); - private ImageIcon more = new ImageIcon("src/resources/icone/more.gif"); + private ImageIcon open = Resource.getIcon("icone/open.png"); + private ImageIcon delete = Resource.getIcon("icone/cancel.png"); + private ImageIcon more = Resource.getIcon("icone/more.gif"); private ResourceBundle bundle = null; private LinkedList composantsXSL = null;