I have added the classes necessary to create PNG diagrams using the Quick Sequence Diagram Editor (http://sourceforge.net/projects/sdedit/). Thanks to Jacek for this.
Unfortunately, the PNG creation still does not work since I want to generate the diagram in a shutdown hook so that a diagram is generated even if JSeq is interrupted with Ctrl-C. The Quick Sequence Diagram Editor uses AWT, and it seems it can therefore not be used in a shutdown hook.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=2110600
Originator: YES
I have added the classes necessary to create PNG diagrams using the Quick Sequence Diagram Editor (http://sourceforge.net/projects/sdedit/). Thanks to Jacek for this.
Unfortunately, the PNG creation still does not work since I want to generate the diagram in a shutdown hook so that a diagram is generated even if JSeq is interrupted with Ctrl-C. The Quick Sequence Diagram Editor uses AWT, and it seems it can therefore not be used in a shutdown hook.