You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like there is a useSystemMenuBarProperty. Would have to add that to the controller init as we use fxml.
Even with that, it still is a little funky I guess from what i am reading. Not sure if it's better with Java 10 or 11. Be curious how it works with this using 11...
I remember there were a few things different about the menu bar in MapTool — the position of the About and Quit menu options come to mind, and I think the menubar property. Comparing the code against MT is probably the way to go.
Describe the bug
The Swing MenuBar is anchored to the top of the window by default, but on macOS is should be attached to the top of the screen.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Menu should be at the top of the screen.
TokenTool Info
Desktop (please complete the following information):
Additional context
MapTool has similar code, I believe in AppMenuBar.java
The text was updated successfully, but these errors were encountered: