So, I would really like to make console or something for my game, but I’m kinda lazy.
The problem is that I don’t know a good way to make a box where you can enter characters, for example like JTextField. The problem is taking input. What is the best way to take input? I could just hash all the characters on the keyboard and stuff, but that is one ugly way of doing it. Are there any other ways of taking input beside hashing all the keyboard?