Can anyone suggest a way to change the color of the caret in a textField, without using Swing ?
Devangi Patel
Greenhorn
Joined: Jun 01, 2001
Posts: 2
posted
0
please set the foreground color for textfield as follow TextField t=new TextField(); t.setForeground(Color.blue); and then type caret into that field, so it will be blue colored.
Melanie Fitzgerald
Greenhorn
Joined: May 30, 2001
Posts: 4
posted
0
I'm actually trying to change the color of the cursor(caret)inside the textField, not the actual text itself.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.