4

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.

ILikeProgramming
  • 293
  • 3
  • 8
  • 23

1 Answers1

1

I use my own MDI-framework. For dialogs I use internal windows from jfxtras library (Now, I start work on highly customizable InternalWindow). You can see sample on my javafx-MultipleScreens-framework github.

zella
  • 4,645
  • 6
  • 35
  • 60
  • [@DarkDarker](http://stackoverflow.com/users/1996639/darkdarker) I never knew of this project. Thanks for the intro man! – ILikeProgramming Mar 17 '14 at 04:59
  • You are welcome! I update my sample with passing parameters between controllers – zella Mar 17 '14 at 07:30
  • Hey [@DarkDarker](http://stackoverflow.com/users/1996639/darkdarker). You referred me to [JFXtras](http://jfxtras.org/) some time back. I'm trying to use JFXtras Agenda but I'm stuck implementing it. Could you please help guide me. I have this question [here: How to list dates from database onto JFXtras Agenda as Appointments](http://stackoverflow.com/questions/22660846/how-to-list-dates-from-database-onto-jfxtras-agenda-as-appointments-google-cale) but I haven't had any response yet. Hope you can help. – ILikeProgramming Mar 27 '14 at 04:31