I'm using Angela Caicedo's framework to Managing Multiple Screens in my JavaFX application. The problem is that I'd like to have some screens open up in new stages, or pop-ups to open up as pop-ups and not new screens. Could anyone please have a hint on how to go about this using Angela Caicedo's framework.
Here are her tutorials:
Managing Multiple Screens in JavaFX. Part I
Managing Multiple Screens in JavaFX. Part II
Video -> Managing Multiple Screens in JavaFX: here
Thank you all in advance.
EDIT:
If anyone could help with a possible way on how the individual separate screens could be resized, that would be a huge bonus.