Hello dear codegurus!
I've been working on a pet project of mine for 3 weeks now, and I think it is ready to be released into the open!
However, just for cosmetic purposes, I would LOVE to add an icon (both for the application and in the upper left corner while running).
Is there a way to add the icon INTO the .jar file? My whole application is one single .jar file and it would be stupid if people had to copy 2 files just to see an icon. If yes, could I trouble you for a push in the right direction?
I've googled around and I've found some ways, but none worked for me. :/
Most had one thing in common - their location in code!
public MainWindowGUI() {
initComponents();
// RIGHT HERE!
}
Thanks for reading this,
Pobunjenik
PS
Sorry for not writing for a while, I've been super busy with school and this new puppy I got (will provide pictures if requested).
PPS
The application I'm talking about is a simple hit chance calculator for the popular MMO EVE Online.
Will link completed application after adding the icon!