[
Previous section |
Next section |
Table of Contents
]
Package Overview
There are two packages provided in EXTEND.ZIP. You must use the 'import'
statement in your own code to gain access to them.
- extend.awt
- Contains the GUI extensions (or controls)
- extend.util
- Contains the Utility extensions
GUI Controls
The EXTPKG package provides several new GUI controls to Java applications
and applets.
The notebook control
The container item
The container control
The calendar control
The group box control
Utility Classes
The EXTPKG package also provides an extra utility (or business) class.
ADate
The ADate class provides a date class suitable for business
applications. It also provides for a greater variety of display options
than either the java.util.Date or Corejava.Day classes.
[
Previous section |
Next section |
Table of Contents
]