unsw.cse.framescript
Class GUI
java.lang.Object
unsw.cse.framescript.GUI
public class GUI
- extends java.lang.Object
A loadable module for FrameScript that allows the frame browser,
script browser and other GUI elements to be used in FrameScript
scripts.
- Author:
- mmcgill
Constructor Summary |
GUI()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUI
public GUI()
showFSException
public static void showFSException(FSException e,
java.awt.Window window)
showIOException
public static void showIOException(java.io.IOException e,
java.awt.Window window)
showInterruptedException
public static void showInterruptedException(java.lang.InterruptedException e,
java.awt.Window window)
showException
public static void showException(java.lang.Exception e,
java.awt.Window window)
init
public static void init()
throws FSException
- Throws:
FSException