Changing the look & feel to Nimbus

by libnoon » Sun Feb 19, 2017 4:28 pm

To change the look & feel to Nimbus (vectorial), add this parameter to the java commandline:

Code: Select all

-Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
This L&F gives better results for me under GNU/Linux.

HTH