开发者

colored xml display in swing

开发者 https://www.devze.com 2023-01-24 05:09 出处:网络
Is there an \"easy\" way to display xml data to a user via an JEditorPane or JTextPane in color开发者_StackOverflow社区ed/highlighted way?http://java-sl.com/xml_editor_kit.html

Is there an "easy" way to display xml data to a user via an JEditorPane or JTextPane in color开发者_StackOverflow社区ed/highlighted way?


http://java-sl.com/xml_editor_kit.html You can try this as well.


An example of XMl Syntax Highligthing for JTextPane you find here

It's a good link, the TAG_PATTERN regex should be enhanced.

Just replace (</?[a-z]*)\\s?>? by (</?\\w+)\\s*>? and it should work perfectly !

0

精彩评论

暂无评论...
验证码 换一张
取 消