<@U3W5HPJV6> and I discovered something interestin...
# tornadofx
a
@sbyrne and I discovered something interesting for JavaFX and MacOS: if for some weird reason you wish to set your menu bar in the top apple menubar where "java" is, you have to write something like this:
k
If you bundle your app with something like macAppBundler ( https://plugins.gradle.org/plugin/edu.sc.seis.macAppBundle ), you can override java with your app’s name. Also, I don’t know if the runLater is strictly necessary, I was able to use property syntax and do
isUseSystemMenuBar = true
I found this library while trying to accomplish the same thing, but if you look at the note at the bottom, I think he’s saying he can no longer override the title without bundling: https://github.com/codecentric/NSMenuFX
a
@sbyrne this looks like a really helpful tip! Thanks @Kevin I gotta look into this