:thread: Thread : MenuBar Style (UI) - Linux
# compose-desktop
t
🧵 Thread : MenuBar Style (UI) - Linux
message has been deleted
Is there any way we can style
MenuBar
? or use Linux's default menu bar behaviour? (like below)
message has been deleted
i
Try to call
Copy code
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName())
before
Window {}
t
the behavr has changed, but doesn't look like the system one. 🤔
i
The system one is above all the windows, on top of the screen? In that case you need to call
AppManager.setMenu
k
This looks like the highlight. How does it look with more menus and menu items?