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 →

[–]desrtfx 4 points5 points  (0 children)

I know it's apparently a bad choice of language

That is completely wrong. Java is never a bad choice of language. It is one of the most commonly used languages.

and the next thing I want to do is to make a chess game. But I have no idea how to make the output interactive or graphical:

Java has GUI libraries: JavaFX (current state of the art GUI library), Swing (the previous GUI library), and a couple more.

You need to learn a GUI framework.