Swing HTML Editor in Swing based on jHTMLEditor (https://github.com/ggrandes/jhtmleditor) because the project was put in archived state.
Open Source Java project under Apache License v2.0 (the same as jHTMLEditor)
- Java Runtime (8 or newer)
- Rewrote code to support Java 1.8
- Fixed CVE error message for owasp-java-html-sanitizer library
- Moved inner classes into separate files
- Rewrote the code to be OOP (no utility classes, immutability as much as possible)
- Removed unnecessary features (load, save, etc.)
- Added support for palette (no hardcoded colors)
- Fixed most SonarQube errors
Notable contributions:
- [@ggrandes] for the original source code
- @DevCharly for FlatLaf.
- @aalmiray for Ikonli.
- ... many others - thank you for contributing to FLOSS.
Inspired in Howard Kistler's Ekit and Charles Bell's HTMLDocumentEditor, this code is Java-minimalistic version.