git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196065
13f79535-47bb-0310-9956-
ffa450edef68
*/
public class Command extends AbstractAction {
- private static final String IMAGE_DIR = "Images/";
+ private static final String IMAGE_DIR = "images/";
/**
* Creates <code>Command</code> object with a given name and
JPanel insetsPanel3 = new JPanel();
okButton = new JButton();
JLabel imageControl1 = new JLabel();
- imageControl1.setIcon(new ImageIcon(getClass().getResource("Images/fop.gif")));
+ imageControl1.setIcon(new ImageIcon(getClass().getResource("images/fop.gif")));
JLabel label1 = new JLabel(translator.getString("About.Product"));
JLabel label2 = new JLabel(translator.getString("About.Version")
+ " " + Version.getVersion());