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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.