Java FX for SE7 or SE8

I will be creating a Java application using Java FX. I want to use SE8, but I am concerned that Java FX cannot be used in SE8 as SE7; Has anyone used Java FX in SE8 and can confirm that it is not buggy or difficult to use? Thank you, I don’t want to change the platforms in the middle if this gets messy!

+4
source share
1 answer

Check out the answer to: Is there a JavaFX 8 change log?

Then decide for yourself if you prefer to use Java 7 or Java 8, given that:

  • Many bugs in JavaFX implementation in Java 7 have been fixed in Java 8.
  • Many features were added in JavaFX in Java 8, which are not in Java 7.
  • Java 8 .
  • Java 7 - 2015 .
  • JavaFX Java 8 .

JavaFX Java 8 ? = > №

Java 8u20 ( ) JavaFX.

Java 7 .

JavaFX Java 8 , JavaFX Java 7? = > .

JavaFX Java 8 SceneBuilder Java 8 , , , SceneBuilder .

+5

Source: https://habr.com/ru/post/1536520/


All Articles