Skip to content

modeldriven-hu/swing-html-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swing HTML Editor

Swing HTML Editor in Swing based on jHTMLEditor (https://github.com/ggrandes/jhtmleditor) because the project was put in archived state.

License

Open Source Java project under Apache License v2.0 (the same as jHTMLEditor)


Requirements, Installation and Running

  • Java Runtime (8 or newer)

Modifications

  • 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

Screenshots

Main Window

Main Window

Most of the controls have "hints"

Hints


Credits

Notable contributions:


Inspired in Howard Kistler's Ekit and Charles Bell's HTMLDocumentEditor, this code is Java-minimalistic version.

About

A HTML editor component for Swing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages