-
Notifications
You must be signed in to change notification settings - Fork 11
Running JavaFX 11 via JShell #4
Copy link
Copy link
Open
Description
This is a really excellent utility!
I'm investigating the possibility of iteratively developing UI's and working with other JavaFX rendered objects using JShell. Currently, when I try instantiate a javafx.stage.Stage I get the problem of the code not running in the FX-thread. However, if I always wrap all calls within a Platform.runLater, then I can't assign UI elements, like the stage or the buttons, to variables in the JShell workspace.
Any possibility of resolving that?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels