Skip to content

Instantly share code, notes, and snippets.

@wesleyit
Created February 22, 2021 18:15
Show Gist options
  • Save wesleyit/5ccd503f0a83f7678df60ce6fdc8e0b8 to your computer and use it in GitHub Desktop.
Save wesleyit/5ccd503f0a83f7678df60ce6fdc8e0b8 to your computer and use it in GitHub Desktop.
Java options for improving the Look and Feel of Swing applications
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