I was wondering if there is someway for me to set the color of the text that I output to the console in Java. It does not matter if it is system specific as the program will
You can take a look at the Java Curses Library: http://sourceforge.net/projects/javacurses/
Here's an entry on how to use it: http://www.javaworld.com/javaworld/javaqa/2002-12/02-qa-1220-console.html