README file for jKit/Grid and jKit/GO
-------------------------------------


README file for jKit/Grid 1.1.5.0 - JDK 1.1
Nov. 97

Copyright (c) 1997 by ObjectShare. All Rights Reserved.

jKit/Grid is a set of 100% Java components that provide powerful grid, table,
and hierarchical table beans for your Java applets and applications.

For more information about jKit/Grid see our website at
	http://www.objectshare.com/jkg
jKit/Grid documentation can be obtained from
	http://www.objectshare.com/jkg/download.htm
For information about jKit/Grid and other ObjectShare products see
	http://www.objectshare.com


REQUIREMENTS
------------
This release requires JDK 1.1.  A JDK 1.0.2 version is available from
	http://www.objectshare.com/jkg/download.htm


CONTENTS
--------
This release is packaged in two separate files:
jkit_shared.jar	- non-bean support classes shared between jKit/Grid and jKit/GO
jkitgrid.jar	- Grid bean classes and supporting files unique to jKit/Grid

JKTableView, JKTableList, and JKTableEdit classes are packaged as
beans in this release as are three of the examples:
SimpleTable, RealEstateTable, Explorer.


INSTALLATION
------------
You must install both the jkit_shared.jar and jkitgrid.jar files
to use the jKit/Grid beans.  If you have previously installed the
jkit_shared.jar file for jKit/GO, you do not need to install it again.

For maximum flexibility in loading and unloading jKit/GO and jKit/Grid
you may wish to load the jkit_shared.jar file in a separate project.


CAVEATS
-------
These beans may not be completely serializable.
--------------------------------------------------------------------------------
README.txt - jKit/GO 1.1.0.6b for JDK 1.1.x
Nov. 97

Copyright (c) 1997 by ObjectShare. All Rights Reserved.

jKit/GO provides a rich Java framework for direct manipulation graphic UIs
jKit/GO is written in 100% pure Java. With jKit/GO, you can build
graphical applications on a well-designed framework of reusable components,
including graphic objects, tools, and visual handles.

For more information about jKit/GO see our website at
	http://www.objectshare.com/jgf
jKit/GO documentation can be obtained from
	http://www.objectshare.com/jgf/download.htm
For information about jKit/Grid and other ObjectShare products see
	http://www.objectshare.com


REQUIREMENTS
------------
This release requires JDK 1.1.  A JDK 1.0.2 version is available from
	http://www.objectshare.com/jgf/download.htm


CONTENTS
--------
This release is packaged in two separate files:
jkit_shared.jar	- non-bean support classes shared between jKit/Grid and jKit/GO
jkitgo.jar		- GO bean classes and supporting files unique to jKit/GO

The GFDrawingCanvas class is packaged as a bean in this release
as are three of the examples:
DrawingEditor, Demo3D, NetworkEditor.


INSTALLATION
------------
You must install both the jkit_shared.jar and jkitgo.jar files
to use the jKit/GO beans.  If you have previously installed the
jkit_shared.jar file for jKit/Grid, you do not need to install it again.

For maximum flexibility in loading and unloading jKit/GO and jKit/Grid
you may wish to load the jkit_shared.jar file in a separate project.


CAVEATS
-------
The jKit/GO Drawing Canvas bean (GFDrawingCanvas) is completely
serializable. The three example applets are not and will throw exceptions if you
attempt to cut, copy, or save/serialize them.
--------------------------------------------------------------------------------

