james
03/29/2022, 9:56 PMjames
03/29/2022, 10:53 PMapple.awt.application.appearance=system
in jvmArgs does not work, however, you can get it working by setting that manually at the start of your main()
function (or just anytime before the Swing host for your Compose window is created):
System.setProperty("apple.awt.application.appearance", "system")
james
03/29/2022, 10:54 PMxxfast
03/30/2022, 4:40 AMjames
03/30/2022, 5:00 AMKebbin
03/30/2022, 6:35 AMjames
03/30/2022, 10:50 AM