DateTimeBrowser is a Java Swing application which reads a file contining
strings and displays DateTime values in a JTable.
The input strings must be suitable for instantiation
of DateTime objects. The file is read, and an attempt is made
to instantiate a DateTimeObject from the input string on each file
line.
Comments (beginning with '#') and blank lines may appear in
the file.
Error messages may result from invalid input.
Values calculated from any resulting DateTime objects are placed
in a JTable and displayed in a JFrame.
author: Guy Allard version: 1.0 |