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 is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.