Previously, posted a question about how to compile my project in "Runnable Jar "with icons.
And be able to do this with label and buttons. Now my question is how to do this in iconImage
. I've 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 did not work, could anyone help me?