Description
The Webber.java file contains the Webber class which contains a very simple main() method.
Description
These files contain classes which were created to provide various generic services for the
main application. Most of them are extensions of GUI components provided by the JDK which
add higher levels of functionality. For example, the AreaLabel class implements a multi-line
label component and the PolyWindow class adds functionality to a Frame object (a window with
border, title and menu) to support a basic multiple-document interface (MDI), two features
included with platform-dependant languages like Visual Basic but missing from current versions
of the JDK. The Lib class in the Lib.java file is a general dump for a collection of useful
static methods.
Description
The classes in these files implement all of the HTML components for the application,
including the HTML display component, the HTML text-editor component and the browser and
editor windows that contain them. The HtmlPage.java and HtmlPageReader.java files contain
the classes which actually implement the HTML specification. The HtmlReader class implements
a generic mechanism for parsing HTML text.