####################
#      DrawSWF     #
####################

1. Info
-------

This is a simple drawing application written in Java.
The drawing can be exported as an animated SWF file.
It is tested to run with Java2 1.4. Java 1.3.1. is no longer supported!
To write the flash file the JavaSWF2 is used 
(see JavaSWF2-BSD.LICENSE.txt or http://www.anotherbigidea.com/javaswf/index.html).

Copyright (c) 2002
bestsolution EDV Systemhaus GmbH,
http://www.bestsolution.at

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


2. Compilation
--------------
You have to download drawswf-src-x.x.x.zip and can compile
the package using ant with the build.xml file.
For information how to use ant look at 
http://jakarta.apache.org/ant/manual/index.html


3. Starting
-----------
To start the application you need to execute:

    java -jar DrawSWF-1.x.x.jar


4. Known Bugs:
--------------

* improper drawing if the line goes out of the window on the top or the left side.


5. Resources:
-------------

The homepage of DrawSWF is http://drawswf.sf.net hosted at sourceforge.

Happy Drawing,
Helmut Heidegger.
