This site requires JavaScript, please enable it in your browser!
Greenfoot back
Avro
Avro wrote ...

2012/12/12

Custom Icon after Exporting .Jar File

Avro Avro

2012/12/12

#
I've been working on a project for some time, and I'm finally ready to export it and make it into an executable .jar file. When I've done this, I notice that the application icon (the one which shows up on my taskbar and in the upper left-hand corner of the application window) is the default Greenfoot logo. I was wondering whether it was possible to customize (change) this icon so that it matches my project, and, if so, how I could do so. Thanks in advance!
davmac davmac

2012/12/13

#
There's no easy, supported, way; but, you can always replace the greenfoot-logo image in the jar file with your own image. Open the jar file with WinZip or some other archive utility (jar files are actually the same format as zip files), find the greenfoot logo image, and replace it with another image.
tylers tylers

2012/12/13

#
i like winrar
Gevater_Tod4711 Gevater_Tod4711

2012/12/13

#
I think it would be easyer to compile the .jar file into an .exe file. There it's simple to add an icon. I like the program JMadX. It's very simple but it works.
You need to login to post a reply.