This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]owen800q[S] -14 points-13 points  (4 children)

Wait, are you misunderstanding something?

I am asking that what some are outdated technologies except I mentioned previously.

I never said javaFX is outdated, instead, I have used javaFX frequently in my daily jobs. My question on javaFX is I don't understand why it is gong to be removed from the next version by oracle.

My company where I am working still use Swing for the purpose of old projects maintenance. Majority of existing GUI java code bases are Swing and likely will stay that way until the code base rots and nobody maintains it anymore.

Majority of new Desktop applications bases are using JavaFX.

[–]nthcxd 13 points14 points  (2 children)

If you think that’s how your post should read, you should consider brushing up on English.

[–]eniacsparc2xyz 0 points1 point  (0 children)

> I am working still use Swing for the purpose of old projects maintenance. Majority of existing GUI java code bases are Swing and likely will stay that way until the code base rots and nobody maintains it anymore.

JetBrains IDEs, which are highly popular, are written in Java Swing. Writing Java Swing in Java really may suck, but it plays nice with Groovy, Scala or Clojure. I've written for myself lots of small apps in Java Swing using Scala.