GoldenGnu / jeveassets

jEveAssets is an out-of-game asset manager for Eve-Online, written in Java
http://eve.nikr.net/jeveasset
GNU General Public License v2.0
156 stars 39 forks source link

OSXadapter: MacOS native GUI support for Java 9+ #329

Closed GoldenGnu closed 2 years ago

GoldenGnu commented 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?

https://discord.com/channels/565306310229229569/565306310229229571/980430362104700978

GoldenGnu commented 2 years ago

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

GoldenGnu commented 2 years ago

Released in 7.3.0