Package javamath.util.mathgui

Useful gui tools for including in applets.

See:
          Description

Class Summary
Permutation A private implementation of Permutation with various useful constructor and accessor methods.
PermutationInput A gui tool for inputting permutations point by point.
TestPermutationInput Tests the PermutationInput class.
TestVisualList Tests the VisualList class.
VisualList A simple list manager with the functionality of a Vector and delete and clear buttons.
 

Package javamath.util.mathgui Description

Useful gui tools for including in applets. These implementations may seem awkward, but they restrict themselves to using the subset of Java common to the current generation browsers (IE 5/ Netscape 4).