So I have a program that runs similar to MS-DOS did back in the day. Like MS-DOS I don't want a mouse or caret in my window.
So far I've managed to hide the cursor and the caret by making them both invisible, however you can still move and select other things on the screen.
So I have two questions:
- How do I completely remove the cursor or cancel any movement of the cursor?
- How can I make the caret always stay in one JTextField?
Thanks in advance :)