Tag Archives: java

LookAndFeel in ALL apps

To set your favorite LAF in all Java apps, you can create a file swing.properties in your jre/lib folder with following contents: You can also set the _JAVA_OPTIONS environment variable to the following (or just specify these parameters upon the java-call): From now on you will see NimbusLookAndFeel in all Java applications… Read More »

Swing apps show garbled backgrounds

This may have to do with a damaged OpenGL pipeline. Play around with the following parameters: If you found the correct combination, set it as environment variable _JAVA_OPTIONS.