Not able to run JavaFX UI directly from code..?
Open
- Dominant language
- Java
- Stars
- 2k
- Forks
- 392
- Avg merge
- 11h 24m
- Merged PRs (30d)
- 36
Description
I have just a naked OpenJDK13.
In my build.gradle I add: implementation "org.openjfx:javafx-controls:13"
Do I need to import more?
Does the JavaFX UI automatically start when I call: new SpoonModelTree(factory); if everything is set up correctly? At the moment the Swing UI still pops up.
How do I get this to run inside Eclipse?
Contributor guide
Assessment
This issue has not been assessed yet.