erkka
Class MessageBoxTest

java.lang.Object
  |
  +--erkka.MessageBoxTest
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Tests and shows how to use MessageBox.


Constructor Summary
MessageBoxTest()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
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

MessageBoxTest

public MessageBoxTest()
Method Detail

main

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

actionPerformed

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