perdian / macosappbundler-maven-plugin

Maven plugin for creating a native macOS bundle containing all dependencies required by a Maven project
Apache License 2.0
42 stars 15 forks source link

Swing Colors Change #18

Closed jonathanlocke closed 3 years ago

jonathanlocke commented 3 years ago

Enjoying this plugin. So easy to make a MacOS app out of my Java Swing app.

When I create a .app with the bundler plugin for my modular Java Swing app it works fine, but the button colors and some other UI colors wind up quite different from when I run it from the IDE or from an executable JAR file. It seems to be ignoring the colors I've set and choosing some rather bad colors instead. It's quite strange. Any idea what might be going on?

Thanks,

Jon
perdian commented 3 years ago

I've had a few strange experiences with fonts so far, but never with colors. How exactly do you define the colors?

perdian commented 3 years ago

No action for 14 days, closing this issue. Feel free to reopen if you have more data and a testcase to reproduce the behaviour.