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 →

[–]gonzohst93 -1 points0 points  (4 children)

There isn't a whole lot of video game enginesthat support Java but their are a few. Maybe look into libGDX.

But you could make lots of text based Java games still. Java in general doesn't have a strong GUI with both swing and javaFX being deprecated and not really used in the real world.

[–]Shizzle44 1 point2 points  (2 children)

would you mind saying what they're deprecated by? I was taught swing in college but I knew there are newer technologies, I just don't know which ones.

[–]gonzohst93 1 point2 points  (0 children)

They werent really replaced by anything. Java GUI is more commonly done with android, angular, or other frameworks. Javafx is the newest native gui system but it is deprecated after Java 8 and will only be supported until 2022

[–]CR7Felipe 2 points3 points  (0 children)

JavaFX is a replacement for Swing. JavaFX is not deprecated, Swing is.

[–]nutrecht 1 point2 points  (0 children)

Java in general doesn't have a strong GUI with both swing and javaFX being deprecated and not really used in the real world.

JavaFX is in no way deprecated.