We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb35f03 + 6ae8d8f commit 6d823baCopy full SHA for 6d823ba
1 file changed
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 the native menu bar on macOS
207
+ System.setProperty("apple.laf.useScreenMenuBar", "true");
208
+
209
viewer = new MainViewerGUI();
210
//SwingUtilities.updateComponentTreeUI(viewer);
211
}
0 commit comments