We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb35f03 commit 4ba11bdCopy full SHA for 4ba11bd
src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java
@@ -203,6 +203,9 @@ public static void main(String[] args)
203
//setup swing components
204
if(!CLI.isCLI())
205
{
206
+ // Enable native menu bar for macOS
207
+ System.setProperty("apple.laf.useScreenMenuBar", "true");
208
+
209
viewer = new MainViewerGUI();
210
//SwingUtilities.updateComponentTreeUI(viewer);
211
}
0 commit comments