appearance of window title bars follow system
This commit is contained in:
parent
8f95694c83
commit
f2592ce207
|
@ -32,6 +32,7 @@ public class App {
|
|||
System.setProperty("apple.laf.useScreenMenuBar", "true");
|
||||
System.setProperty("apple.awt.application.name", "MooInfo");
|
||||
System.setProperty("com.apple.mrj.application.apple.menu.about.name", "MooInfo");
|
||||
System.setProperty("apple.awt.application.appearance", "system");
|
||||
}
|
||||
|
||||
Init.initTheme();
|
||||
|
|
Loading…
Reference in New Issue