I have to create an application in which minimize and maximize button will be disabled.
I have used "StageStyle.UNDECORATED" with which the application will not be movable or draggable anymore, so I am searching for any other alternative to make my application.
Do anyone having solution for this?
To achieve the window to be undecorated but still movable/dragable you have to handle the appropriate
MouseEventon any node of your choice.Example:
Learn more from the very valuable examples contained on Oracle’s JavaFX download page under: JavaFX Demos and Samples