I need to implement light editor ( recognize part of key words, syntax highlight and suggest all of word in dropdown list if user type part with same prefix). What is best control in Java for this task ?

link|improve this question

63% accept rate
What criteria are you judging "best" by? – Lord Torgamus Apr 12 '11 at 14:02
feedback

3 Answers

up vote 1 down vote accepted

You can go through the Java Tutorial - Using Text Components along with the examples page.

link|improve this answer
feedback

You could use JEditTextArea as a start point.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.