JavaFX reality or just speculation? [closed]

4

I have experience in Swing for 8 years, but some time I've been reading that with Java 9 Swing will be totally abandoned by Oracle. Now the need arose for me to develop a Desktop system for a client and I had some doubts.

My doubts are as follows:

  • Will the JVM stop running the programs developed in Swing / AWT?
  • Will JDK have only the JavaFX Development Toolkit?
  • JavaFX is really ideal for desktop development since its great feeling is RIA?
  • Anyway, is it really the end of Swing / AWT?

        
    asked by anonymous 18.02.2016 / 20:40

    1 answer

    -1

    1-Of course not, the JVM depends on what the user has installed, probably when leaving the 9 should be able to run also 8, so the JVM will be no problem there will be guaranteed to be able to run programs from previous versions.

    2-Probably however I believe there will be external libraries for Swing / AWT, it will not be official but it should work the same way with no improvement.

    3-JavaFX overcomes in many points Swing, javaFX has a much simpler API besides being more customizable with css but the swing is not much behind but as at this moment javaFX is has great improvements does not make sense to continue with the "worst."

        
    21.02.2016 / 12:13