========================================================================
            INSTALL INFORMATION FOR COLORSAFE 1.0 BETA
========================================================================

/***********************************************************************
ColorSafe 1.0 Beta - http://www.woven-media.com/

A Java 6 Swing application for color testing and conversions from RGB to
hexadecimal data formats and vice versa.

Copyright (C) 2008, 2009, Brent Allen Parrish <info@woven-media.com>

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 3 of the License, 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, see <http://www.gnu.org/licenses/>.
************************************************************************/

Current version of Java(TM) 6 Standard Edition (SE) is required 
to run ColorSafe 1.0. If you do not currently have Java(TM) 
installed, you can download here:

Download Java: http://www.java.com/en/download/index.jsp

Java(TM) installs easily and quickly. It is recommended that you
update Java to the current version since it provides important 
security updates from previous versions.

Windows users can run colorsafe.exe, located in the /dist directory,
as a standard executable file. 

Additionally, to run ColorSafe 1.0, with Java 6 installed, place 
the executable /dist/colorsafe.jar in a folder of your choice and 
double-click to launch the application.

You can also cd to the folder where colorsafe.jar is located and run 
the following command from the commandline.

  e.g.

  C:\YourPath>javaw -jar colorsafe.jar

  ...or, to invoke class file directly...

  e.g.

  C:\YourPath>javaw com.woven_media.colorsafe.App

NOTE: The executable jar files and java class files included
with this distribution were compiled using jdk v1.6.0_15
of the java compiler(javac.exe) for the Java(TM) 6 SE
Platform.

---------------------------------------------------------------------------
For more information
---------------------------------------------------------------------------
http://www.woven-media.com/
Bug reports: <info@woven-media.com>

