Moved all a packages from ch.randelshofer to org.jhotdraw.
Reimplemented the 'Net' and 'Pert' sample applications.
Implemented an 'SVG' sample application.
Fixed minor issues here and there.
Added a tweaked version fo NanoXML back into the framework. The tweaked
version of NanoXML allows to read XML documents which have a DTD, without
opening a network connection to the DTD document and thus improving performance
when opening a XML document.
Once we figure out, how can use the javax.xml API in a more performant
way, we might throw out NanoXML again.
JHotDraw 7.0.4_1
2006-06-26
Removed copyright notice of NanoXML and JGoodies Looks from Draw Application
and Draw Applet.
JHotDraw 7.0.4
2006-06-25
Reorganized package structure.
Added support for type safe Figure attributes.
Replaced the application framework with a new one.
Added support for double strokes.
Added support for line positions: centered, inside, outside.
Added more sample figures.
Replaced MS Office style icons by a new open source icon set.
Removed dependency to NanoXML library.
Removed dependency to JGoodies Looks library.
JHotDraw 7.0.3
2006-01-29
Added support for Bézier paths and replaced all legacy Polygon
code with it.
Cleaned up the framework. CompositeFigure does not implement FigureListener
anymore.
Moved layout strategy for ConnectionFigure into a separate class named
Liner. Added a SlantedLiner. ElbowLiner not yet implemented.
Migrated from Java 1.4 to 1.5. The framework uses now type save collections.
JHotDraw 7.0.2
2006-01-18
Rewived the project. Replaced integer coordinate system by a double precision
coordinate system.
JHotDraw 7.0.1
2004-03-01
Finished adaptation from JHotDraw 5.4b1. JHotDraw 7's framework is
based now entirely on Java idioms. It makes use of Java2D, Swing Undo/Redo,
XML. The user interface is now very close to MS Office 2002.