Join Slack
Powered by
That's a common menu bar and you can also set a me...
# compose-desktop
k
Kirill Grouchnikov
11/17/2020, 7:27 PM
That's a common menu bar and you can also set a menu bar for the specific window. If you look at
https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androidx-master-dev/compose/desktop/desktop/src/jvmMain/kotlin/androidx/compose/ui/window/MenuBar.kt?autodive=0%2F%2F%2F%2F
, the underlying implementation on desktop is using Swing's
JMenu
and
JMenuBar
and that should go to the screen top on Mac if it's all set up correctly with the Aqua LAF.
👍 1
3
Views
Open in Slack
Previous
Next