I have the following problem:
I have created a JavaFX
window on a desktop with full hd, and I set the scene like this:
Scene scene = new Scene(root,1475,1015);
When I run the application on a laptop with 1360*760
resolution, I can't see the whole application and I can't resize it.
How can I set my application to resize automatically in function of the desktop/laptop and it`s resolution and dimensions?