- ...graph
- I plan to change the applet clear button to a file button which will swap out the control panel for a list of files that may be downloaded over the Internet.
In the application version the clear button will someday invoke an ``Are you sure?'' dialog.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...file
- I intend to modify this later to include a warning before replacing an unsaved graph.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...HashTables
- See the sections on Data Structures 4.1, and the Graph Class 8.7.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...documentation
- This is the only Java library object I found that would not work as
documented on the Sun platform. I also found a problem with the
Java awt TextArea class on the Apple platform.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...
- Available via http://www.math.clemson.edu/17#17kellyw
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...String
- Loading a Graph
from a String is to avoid using any file I/O objects so that the GraphPanel
class can be used in applets.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.