lensener
lensener
Here are my codes pom.xml: 4.0.0 com.javafx spring-javafx 1.0-SNAPSHOT org.springframework.boot spring-boot-starter-parent 1.4.6.RELEASE UTF-8 1.8 2.1.5 org.springframework.boot spring-boot-starter de.roskenet springboot-javafx-support ${springboot-javafx.version} org.springframework.boot spring-boot-maven-plugin Main.java: package example; import de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication...