Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 730 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 730 Bytes

JHotDraw

JHotDraw is a framework for structured drawing editors.

This repository contains three generations of the JHotDraw framework.

  • JHotDraw 8 This version is based on Java SE 8 language features and the JavaFX user interface library. It uses drastically different design principles than the previous versions, and is again not compatible with JHotDraw 7 and older.

  • JHotDraw 7 This version is based on Java SE 11 language features and the Swing user interface library. It uses similar design principles as the previous versions, but it is not compatible with JHotDraw 6 and older.

  • JHotDraw 6 and older These versions are based on Java SE 4 language features and the Swing user interface library.