It would be REALLY nice to have another option in the Preference > Appearance set to “System LAF” (or something like that)
This option then would use the following code to set the look and feel:
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
I write a lot of SWING applications and find that using this option works well across platforms and makes Java SWING apps look really good on Linux. The “Cross Platform” (Metal look and feel) and “Linux” (JGoodies look and feel) make the app look old and out-dated.
Thanks,
Jeff