i am a beginner and my first javafx program from the already given code. i want to resize the scene window with following command
Scene scene = new Scene(root, 300, 100);
no matter what numbers i enter i always get full screen. i am using netbeans. please tell me how can i resize the start scene window?