For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
i want to resize start scene window in following command
Scene scene = new Scene(root, 300, 100);
but screen size is always full no matter what parameters i give. can somebody tell me whats the solution?