Closed GoldenGnu closed 2 years ago
The way native MacOS support work was changed in Java 9. It’s now accessed via the Desktop class. The old way no longer works in Java 9+, as those APIs are no longer accessible. I assume they still work on Java 8?
Desktop
https://discord.com/channels/565306310229229569/565306310229229571/980430362104700978
It's possible to use FlatDesktop, to support both Java 8 and Java 9+ https://www.formdev.com/flatlaf/macos/
Released in 7.3.0
The way native MacOS support work was changed in Java 9. It’s now accessed via the
Desktop
class. The old way no longer works in Java 9+, as those APIs are no longer accessible. I assume they still work on Java 8?https://discord.com/channels/565306310229229569/565306310229229571/980430362104700978