0
Formerly, post a question of how to compile my project in "Runnable Jar" with icons.
And manage to do this with label and Buttons. Now my doubt is how to do this in iconImage
. I tried the following:
setIconImage(Toolkit.getDefaultToolkit().getImage("D:\\Utilitários\\Desenvolvimento\\Eclipse JEE Kepler SR2 (x64)\\- Projetos\\Pizzaria\\src\\Icones\\fatcow-hosting-extra-icons-2\\16\\pizza.png"));
But it didn’t work, someone could help me?