You need to set a system property. The following is a quote taken from the Wizard FAQ at https://wizard.dev.java.net/faq.html
Set the system property "wizard.sidebar.image" to a URL that points to the image file inside a jar that is on the classpath. The image must be in a format readable by ImageIO.read().
Regards
Thomas |