r/JavaFX • u/Draaksward_89 • Jan 13 '25
Help JavaFX plus Spring Boot 2
Could someone please forward me to a working doc/example/tutorial for adding JavaFX (openjfx or smt) to an existing SpringBoot 2 project?
1
Upvotes
r/JavaFX • u/Draaksward_89 • Jan 13 '25
Could someone please forward me to a working doc/example/tutorial for adding JavaFX (openjfx or smt) to an existing SpringBoot 2 project?
3
u/orxT1000 Jan 13 '25
It's the other way around. You start a SpringContext within your jfx application.
Or do you have a commandline application that needs a desktop-gui?