Class DateClientGui

java.lang.Object
  extended byDateClientGui
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class DateClientGui
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
DateClientGui()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateClientGui

public DateClientGui()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

main

public static void main(java.lang.String[] args)