org.vigia.client.gui
Class PanelTest

java.lang.Object
  extended by org.vigia.client.gui.PanelTest
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Testing GUI Panel Class

Version:
1.0 (25/11/08)
Author:
Daniel Hector Stolfi Rosso

Field Summary
private  Panel p
           
 
Constructor Summary
PanelTest()
          Constructor for Testing class
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Simulates controller
static void main(java.lang.String[] args)
          Testing GUI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

private Panel p
Constructor Detail

PanelTest

public PanelTest()
Constructor for Testing class

Method Detail

main

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

Parameters:
args - Useless

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Simulates controller

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - Event from View