0
Change color of the user input Java
How can i set the input of the user into other color? For example blue. Every time the user type an input the input will be in color blue
1 Answer
+ 3
Try using Jansi or Jcurses, but I'm not sure they will support input text color.
If you really want full control over those properties you should make a GUI for your program.