Hello,
I am new to Jigloo so be easy on me :)
I have created a JFrame with a JToolBar on it. I then created a JButton on it. I then wanted to add an icon to the JButton, which it allows me to do, but the icon does not show up.
My directory structure is:
e:\workspace
e:\workspace\elm
e:\workspace\elm\bin
e:\workspace\elm\lib
e:\workspace\elm\src
e:\workspace\elm\src\elm
e:\workspace\elm\src\elm\Main.java
e:\workspace\elm\src\elm\resources\Main.properties
e:\workspace\elm\src\elm\resource\icons
e:\workspace\elm\src\elm\resources\icon\document-new.png
The icon I am trying to use is document-new.png.
Any ideas?
Thanks. |