| Author |
blinking or colored output
|
Prashant Neginahal
Ranch Hand
Joined: Sep 14, 2002
Posts: 77
|
|
Guys, I dont know whether this is right group for this question. System.out.println("Hello"); This will print on the console. I want this display either to be colored or blinking. Is there any way in java(API) to do this? Thank you very much. --Prashant
|
Thanks, <br />Prashant<br />SCJP, SCBCD
|
 |
Stuart Gray
Ranch Hand
Joined: Apr 21, 2005
Posts: 410
|
|
AKAIK, no way in the API. There are surely some escape codes you could try, or maybe find a Java binding for the 'ncurses' library? That must be able to do what you want.
|
 |
Steve Morrow
Ranch Hand
Joined: May 22, 2003
Posts: 657
|
|
|
You may want to look at jcurses...
|
 |
 |
|
|
subject: blinking or colored output
|
|
|