Is there any way to style MenuBar beyond `UIManage...
# compose-desktop
h
Is there any way to style MenuBar beyond
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName())
It doesnt look that great by default
k
Put a screenshot of how it looks like in your app
h
image.png
k
If you want a themed menu bar that looks like the rest of your app (that you cut out here so it's impossible to say) you'll need to emulate it as a normal composable with a bunch of popups, accelerators, etc
h
rest of my app isnt styled yet, but just wanted to know if the menu bar was even able to be styled before i went ahead with it. the alternative sounds like a pain so might have to stick with it, thanks
m
That menus are oftenly managed by the operating system's server side decorations. You can create a custom one in you compose applications but you have to problema the operating system integration too.