Created
February 22, 2021 18:15
-
-
Save wesleyit/5ccd503f0a83f7678df60ce6fdc8e0b8 to your computer and use it in GitHub Desktop.
Java options for improving the Look and Feel of Swing applications
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export _JAVA_OPTIONS=" -Dawt.useSystemAAFontSettings=on \ | |
-Dswing.aatext=true \ | |
-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel \ | |
-Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel \ | |
${_JAVA_OPTIONS}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment