See: Description
Class | Description |
---|---|
Address |
See what information I can get about local system.
|
ArrayDemos |
Some demonstrations of the results of passing objects in
the parameter lists of methods.
|
getTags |
Reads a file containing an XML document
and lists the tags in the document.
|
listFiles |
Lists files in current directory
|
parseFile |
Reads a file containing an XML document
and searches for strings having a given
sequence of tags.
|
showTimeZones |
Listing of time zones in Java
|
SwingDemo |
Provides a demonstration of several features
of the Swing methods.
|
TestMail |
Demonstration of sending mail using Java.
|
WriteToFile |
Provides a quick demonstration of writing to a file.
|
The WriteToFile class also contains an example of reading the parameters used with the java command and determining the current date and time.
The TestMail class contains examples of how to format the date and time as part of the process of generating the mail message.
This code can be redistributed using the GPL license.