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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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.