Class GUI

java.lang.Object
  |
  +--GUI

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


Constructor Summary
GUI()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.awt.Frame getFrame()
           
 Paint getImage()
           
 Label getLabel()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUI

public GUI()
Method Detail

start

public void start()

actionPerformed

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

getFrame

public java.awt.Frame getFrame()

getImage

public Paint getImage()

getLabel

public Label getLabel()