XML viewer in TextArea



In my application, I need to display (read only) a small xml document in a secondary window like popup window. In the past, I used a little library named xml-text-editor-0.0.3.jar (Swing) I'm looking for the same library in JavaFX. For the moment, I found some heavy library like RichTextFX which seems too heavy for my goal. So, is anybody known a small, pretty and useful library to show an xml document with syntax coloring and formatting ?


No comments:

Post a Comment