SWEET HOME 3D v 0.7
-------------------

This archive contains source code of Sweet Home 3D application 
as described in chapter #9 of "Les Cahiers du Programmeur Swing",
a book about Swing development published by Eyrolles.

You may also download this source code with the following CVS command :

cvs -z3 -d:pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d co -P -r V_0_7 SweetHome3D


HOW TO USE THIS SOURCE CODE
---------------------------

Source code classes are compatible with Java SE 5, and this directory
contains all the information required to compile source code
as an Eclipse project.

If you want to compile Java files of this release, 
please follow the next steps :
1. install last JDK 5.0 available at http://java.sun.com
2. on systems different from of Mac OS X,
   install Java 3D 1.3.2 available at http://java3d.dev.java.net/ 
3. install Eclipse available at http://www.eclipse.org
4. install Eclipse plugins EMF, GEF and VE
5. in Eclipse, select File > Import... menu
6. In "Select an import source" list of Import dialog box, 
   choose "Existing project into Workspace" option
7. click on Next buton
8. in "Select root directory" text field, 
   type or select the path to the root of this archive
9. click on Finish 

You may execute aplications and tests of this archive, with the Eclipse Run menu.
The last release of Sweet Home 3D can be tested directly as a Java Web Start 
application at http://sweethome3d.sourceforge.net/

Caution ! At this time, under Mac OS X, a Swing application that references 
SWT/JFace library within a project can't run from Eclipse default Run configuration. 
If you want to run a Swing application from Eclipse, you may simply remove from 
project Build path "Standard Widget Toolkit" library. All the test classes 
that require SWT/JFace won't compile, but Eclipse will let you run Swing applications.


(C) 2006 Emmanuel Puybaret / eTeks. Distributed under GNU General Public License