I have made a custom confirmation Dialog in JavaFX. I would like to Center this dialog on the screen, however when I try the following code it does absolutely nothing;
//window is the stage name
window.centerOnScreen();
is there any other method which I can use or am I using this code wrong.
Thanks