examples
Class AllExamples.ExampleLauncher

java.lang.Object
  extended by examples.AllExamples.ExampleLauncher
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
AllExamples

public class AllExamples.ExampleLauncher
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
AllExamples.ExampleLauncher(int num)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void launch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllExamples.ExampleLauncher

public AllExamples.ExampleLauncher(int num)
Method Detail

actionPerformed

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

launch

public void launch()