You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a reusable dialog class that can display a JFXPanel.
The standard JavaFX dialogs can not be used as they live in a separate hierarchy to Swing windows so can not be modal with the main MapTool frame, nor will they stay above the MapTool frame if it is clicked on.
The text was updated successfully, but these errors were encountered:
SwingJavaFXDialog - A Class that shows JavaFX content in a Swing dialog from FXML, takes care of most of the threading issues for you.
SimpleSwingJavaFXDialog - An implementation of SwingJavaFXDialog that provides a call back to obtain controller and registering close events. In most cases this is the class you will want to implement.
SwingJavaFXDialogController - interface that controllers for SimpleSwingJavaFXDialog FXML content must implement.
Create a reusable dialog class that can display a JFXPanel.
The standard JavaFX dialogs can not be used as they live in a separate hierarchy to Swing windows so can not be modal with the main MapTool frame, nor will they stay above the MapTool frame if it is clicked on.
The text was updated successfully, but these errors were encountered: