0
JavaFX app doesn't run in Eclipse
The "Problems" part shows 4 warnings The compiler compliance specified is 1.8 but a JRE is used The import com.sun.javafx.event.EventHandlerManager is never used The import java.beans.EventHandler is never used The import javafx.scene.layout.BorderPane is never used
3 ответов
+ 4
Hello Ayman
You get such warnings when you import classes without using them. Just remove the unnecessary imports.
+ 3
Your welcome :)
+ 1
Thank you friend, this helped me a lot Denise Roßberg