JavaFXSupportsForJShell
JavaFXSupportsForJShell copied to clipboard
JavaFX supporting library for jshell, including ExecutionControl to allow you to run JavaFX code in jshell
I've tried a long time to get this working with JDK 11 without any luck. Do you have any advice?
Here is what happens when I try it: ``` $ sh scripts/jfxshell.sh | Welcome to JShell -- Version 9.0.1 | For an introduction type: /help intro jshell> Label label =...
How can I use this in a current JavaFx Application?
GPL?