Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
The default Swing look and feel can be set in $JAVA_HOME/conf/swing.properties What else can be set in this file? I can't find any other documentation of it.
#1: Initial revision
What options can be set via swing.properties?
The default [Swing look and feel][laf] can be set in `$JAVA_HOME/conf/swing.properties` What else can be set in this file? I can't find any other documentation of it. [laf]: https://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html