Icon for standalone Application
in
Programming Questions
•
1 year ago
Hello there,
I'm looking for a solution to give my standalone application their own Icon.
All i could find so far was this code:
There are no errors - but its not working either...any suggestions?
I'm looking for a solution to give my standalone application their own Icon.
All i could find so far was this code:
- import javax.swing.ImageIcon;
- ImageIcon titlebaricon = new ImageIcon(loadBytes("iK_icon_512.png"));
- frame.setIconImage(titlebaricon.getImage());
There are no errors - but its not working either...any suggestions?
1