Skip to content

Instantly share code, notes, and snippets.

View zegelin's full-sized avatar

Adam Zegelin zegelin

  • Canberra, Australia
View GitHub Profile
@wiverson
wiverson / HOWTO-java-macos.md
Last active April 24, 2024 19:37
HOWTO make a Java Swing app look great on macOS

All of this has been confirmed to work on macOS Big Sur (11.2.3) and JDK 16.

macOS Menu Bar

To put the menu bar at the top of the screen, use the following

System.setProperty("apple.laf.useScreenMenuBar", "true");

// Use this method to set the menu bar.