'How to change javafx stage top region
Solution 1:[1]
a possible option is to use a window without decoration stage.initStyle(StageStyle.UNDECORATED); by doing this you remove the 3-buttons and will have an empty stage so you can control it and add whatever you want and for more info you can find an example that serve your case inside this link:
JavaFx add Window-Control-Buttons to Menubar (IntelliJ like)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |


