I am creating a Java application on a Mac that uses Swing JMenus. I would like to use the menu bar at the top of the screen, but it continues to put the menu bar in the frame itself. How to move the menu bar to the top of the screen on a Mac?
source
share