example
Class MyCode

java.lang.Object
  |
  +--example.MyCode
All Implemented Interfaces:
java.awt.event.AWTEventListener, java.util.EventListener

public class MyCode
extends java.lang.Object
implements java.awt.event.AWTEventListener


Constructor Summary
MyCode()
           
 
Method Summary
 void eventDispatched(java.awt.AWTEvent event)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyCode

public MyCode()
Method Detail

eventDispatched

public void eventDispatched(java.awt.AWTEvent event)
Specified by:
eventDispatched in interface java.awt.event.AWTEventListener

main

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