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
Crowdtesting That Delivers | Testeum
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
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.