Once you've got the basics of a language down, the best way to improve your skill is by looking at existing code and modifying it to suit your personal needs. At White Crane Education, we encourage this by releasing a large part of our Java code base under the General Public License (GPL).
The documentation for the available classes can be found in our reference area in the standard JavaDoc format.
| All Classes / Applets | This jar file includes all of the classes used in the our mathematics curriculum including classes for geometry, graph theory, algebra and conic sections. |
| Geometry Classes | This jar file includes all of the classes used in the geometry curriculum. |
| Graph Theory Classes / Applets | This jar file includes all of the classes used in our free graph theory classroom. This includes classes for creating and manipulating graphs, digraphs and networks. |