I am running Gnome on OpenSuse. The result is my GTK + system look, which has a lot of ugly issues (see some of them here ).
During the development of my swing application, I can start the client from the command line or IDE and specify the VM parameter
-Dswing.systemlaf = com.sun.javax.swing.plaf.metal.CrossPlatformLookAndFeel
so that he looks good.
But I do not know how to force Java Webstart to use this VM parameter when starting the application through JNLP.
change
This has nothing to do with the software ability to set the look. The app does it right.
My question is how to tell Java Webstart to use the VM parameter "swing.systemlaf" when it runs the myapp.jnlp file.
source
share