CLASS |
ENABLES |
java.applet |
Applets to be incorporated into a web page. |
java.awt |
Windowed applications to be created and able to paint graphics and images. |
java.awt.event |
Programs and applets to respond to user actions such as button clicks. |
java.awt.geom |
Program and applets to draw two-dimemsional shapes such as circles and rectangles. |
java.io |
Program and applets to read from and write to external files from within a program or applet. |
java.lang |
The basis of the Java programming language to be available throughout all classes. |
java.math |
Programs and applets to perform advanced mathematical calculations. |
java.net |
Networking applications such as handling URL web addresses. |
java.util |
Utility functions such as date and time, random number generation and internationalisation features. |
javax.swing |
Graphical sets of components such as push buttons and text fields to work the same on all platforms. |
|