At the top of my BorderPane
, I have added a MenuBar
containing a "File" Menu and a "Close" MenuItem
:
https://i.sstatic.net/5TAGS.png
I want to make it appear thinner like the MenuBar
s in most software applications, similar to the image below:
https://i.sstatic.net/xw3cm.png
It seems like a simple task, but as a beginner, I'm having trouble finding information online. I don't know what keywords to use when searching (not many helpful results for queries like "javafx menubar height", size, styling, etc.)