jeveassets icon indicating copy to clipboard operation
jeveassets copied to clipboard

OSXadapter: MacOS native GUI support for Java 9+

Open GoldenGnu opened this issue 2 years ago • 1 comments

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

GoldenGnu avatar Jun 19 '22 12:06 GoldenGnu

It's possible to use FlatDesktop, to support both Java 8 and Java 9+ https://www.formdev.com/flatlaf/macos/

GoldenGnu avatar Aug 07 '22 20:08 GoldenGnu

Released in 7.3.0

GoldenGnu avatar Sep 18 '22 16:09 GoldenGnu