Bounce, a set of Java and Swing extensions, including ... layout managers like a FormLayout and CenterLayout, image filters, a comprehensive messaging mechanism, a XMLEditorKit with syntax highlighting and automatic indentation and more.
License
BSD LicenseFollow Bounce
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
I make use of this often in applications I create, the only drawback I have with it is the lack of line wrapping. Is there any intent on adding this functionality? Otherwise, I love everything else about it.
-
hi - this works pretty well as advertised - I followed the set up given here: "www.edankert.com/bounce/xmleditorkit.html" If I pass in a string holding raw xml, it renders as expected per the syntax highlighting. however, I can't get it to 'auto indent' the entities as one might expect. If I add a new entity, it will auto-indent that entry (I assume, that is what the 'setAutoIndent' method does). is there a way to get the the entities to auto-indent in the expected fashion? tx. Chris.