Class MainFrame.Script

java.lang.Object
  extended byMainFrame.Script
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
MainFrame

private class MainFrame.Script
extends java.lang.Object
implements java.awt.event.ActionListener

Load and execute a script file


Constructor Summary
private MainFrame.Script()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainFrame.Script

private MainFrame.Script()
Method Detail

actionPerformed

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