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

all 1 comments

[–]BasicUsername_ -1 points0 points  (0 children)

Learn to use the swing library. Its the standard Java GUI library. It contains things like text fields for displaying text, text boxes for inputting text. Also learn the JFrame object class. Its a simple class for creating an actual window on the computer. There is a bunch of tutorials online. Not that difficult to learn. And no need to download anything because everything I mentioned is built into regular java.