this is the engine for the program.
everything goes through here.
finalize
public void finalize()
throws Throwable
for debug purposes.
getConsole
public Console getConsole()
getEditor
public Editor getEditor()
getExitAction
public Action getExitAction()
getMenuBar
public MenuBar getMenuBar()
getToolBar
public ToolBar getToolBar()
getTurtle
public Turtle getTurtle()
mainScreenTurnOff
public void mainScreenTurnOff()
this will close the window.
if started as applet this will re-enable the button,
if started as application this will exit the program.
mainScreenTurnOn
public void mainScreenTurnOn()
this will show the window frame.
windowActivated
public void windowActivated(WindowEvent e)
windowClosed
public void windowClosed(WindowEvent e)
windowClosing
public void windowClosing(WindowEvent e)
windowDeactivated
public void windowDeactivated(WindowEvent e)
windowDeiconified
public void windowDeiconified(WindowEvent e)
windowIconified
public void windowIconified(WindowEvent e)
windowOpened
public void windowOpened(WindowEvent e)