javajavax.swing.text

What is best control in Java for simple editor


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 ?


Solution

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