# drawswf-1.2.9 **Repository Path**: mirrors_JavaQualitasCorpus/drawswf-1.2.9 ## Basic Information - **Project Name**: drawswf-1.2.9 - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #################### # 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). We use the kunstoff L&F provided by http://www.incors.org to make our gui look nicer. The Kunstoff L&F is licenced under the GPL. The icons are provided by http://sf.net/projects/icons-collection which are released under the BSD License. More over we use Gradients provided by the batik project (http://xml.apache.org/batik/). These files are released under "The Apache Software License, Version 1.1" 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.