Documentation |
Programming guidelines
To get an idea of how to go about programming with CHARVA, look at
the tutorial program (charva/java/test/src/tutorial/charva/Tutorial.java ) in the
download package, and also at the following
reference:
chapters 8 and 9 of
Core Java 2 - Volume1: Fundamentals
by Cay Horstmann and Gary Cornell (published by Prentice-Hall) (this is an excellent book).
You can also study the
Online Swing Tutorial provided by JavaSoft.
API Documentation
The Charva API documentation, generated by javadoc, is available for
online browsing by clicking here. It is
also bundled with the download package for local viewing.
|