views:

43

answers:

3

have a APP in JavaSwing with a JTextArea where is displayed a XML result for user.

What is the best library to make this XML code in HighLighted Syntax?

Thanks, Celso

+1  A: 

See my previous answer : http://stackoverflow.com/questions/2494412/java-gui-component-to-display-an-xml/2512423#2512423

adrian.tarau
amazing !!! thanks !
celsowm
A: 

try JSyntaxPane. It supports editing also...

Santhosh Kumar T