Starting noticing this a while ago on some our test machines, basically swing tool bar start showing up on the main launcher window instead of the macOS file bar at the top of every monitor.
The preferred way to detect the OS is now Defs.sysProperty("os.name").contains("OS X") instead of the very old method Defs.sysProperty("mrj.version") != null.
Patrick Corless
added a comment - The preferred way to detect the OS is now Defs.sysProperty("os.name").contains("OS X") instead of the very old method Defs.sysProperty("mrj.version") != null.
The preferred way to detect the OS is now Defs.sysProperty("os.name").contains("OS X") instead of the very old method Defs.sysProperty("mrj.version") != null.