//******************************************************************************
// TimeApp.java: Applet
//
//******************************************************************************
import java.applet.*;
import java.awt.*;
import java.util.*;
import java.net.*;
import java.io.*;
//==============================================================================
// Main Class for applet TimeApp
//
//==============================================================================
public class TimeApp extends Applet
{
// PARAMETER SUPPORT:
// Parameters allow an HTML author to pass information to the applet;
// the HTML author specifies them using the tag within the