Enables native menus on Windows/Linux/macOS instead of the swing menu. The drawback is that this menu is native, and sometimes native menus looks absolutely HORRID. This always returns the same instance per JVM (it's a singleton), and on some platforms the system tray may not be supported, in wh
()
| 167 | * each instance |
| 168 | */ |
| 169 | public static |
| 170 | SystemTray get() { |
| 171 | return get("SystemTray"); |
| 172 | } |
| 173 | |
| 174 | /** |
| 175 | * Enables native menus on Windows/Linux/macOS instead of the swing menu. The drawback is that this menu is native, and sometimes |