com.simonstl.moe.ui
Class MOEWorkshop

java.lang.Object
  |
  +--com.simonstl.moe.ui.MOEWorkshop

public class MOEWorkshop
extends java.lang.Object

The MOEWorkshop class provides a Swing-based view of MOE objects.

version 0.01 is the initial release.

Version:
0.01 20 September 2001
Author:
Simon St.Laurent

Constructor Summary
MOEWorkshop()
           
 
Method Summary
static javax.swing.JMenu createFileMenu()
           
static javax.swing.JMenu createLfMenu(javax.swing.JFrame frame)
           
static javax.swing.JMenu createViewMenu()
           
static void main(java.lang.String[] args)
           
static void Quit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MOEWorkshop

public MOEWorkshop()
Method Detail

main

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

createLfMenu

public static javax.swing.JMenu createLfMenu(javax.swing.JFrame frame)

createFileMenu

public static javax.swing.JMenu createFileMenu()

createViewMenu

public static javax.swing.JMenu createViewMenu()

Quit

public static void Quit()
                 throws java.lang.Exception