roskenet / springboot-javafx-support

SpringBoot / JavaFX8 Integration
MIT License
422 stars 139 forks source link

Is there a way to launch a new window from the main window using the autowiring mechanism rather than newing it up? #63

Closed asifmohammed closed 6 years ago

asifmohammed commented 6 years ago

Never mind App.showView with Modality.Modal does the trick Application.showView(View.class, Modality.WINDOW_MODAL);