What should I use to learn Java (Swing)?

What should I use to learn Java (Swing)? I’m trying to convert my Java program to Java (Swing) and I have no experiance with Java (Swing).

Also, what category would this post go in?

Oracle tutorials are pretty comprehensive, I’d recommend them

Also, Swing is kinda a bit dated now, so you might want to consider learning JavaFX (which is the newest standard)

2 Likes

So, what are the diffrences between javaFX and Swing?

JavaFX have built-in support for 3D graphics, CSS, FXML, SVG graphics, and the ability to embed web content.
These are not available in Swing.

1 Like

Is there a tutorial on oracal for FX

Yes!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.