Class startLor
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----startLor
  -  public class startLor
  -  extends Applet
Starts Lorenz
   
  -   showing showing
-  true if window showing
   
  -   startLor() startLor()
-  
   
  -   action(Event, Object) action(Event, Object)
-  
  
-   hideWindow() hideWindow()
-  
  
-   init() init()
-  
  
-   showWindow() showWindow()
-  
   
 showing
showing
 public boolean showing
  -  true if window showing
 
   
 startLor
startLor
 public startLor()
   
 init
init
 public void init()
  - 
    -  Overrides:
    
-  init in class Applet
  
 
 showWindow
showWindow
 public void showWindow()
 hideWindow
hideWindow
 public void hideWindow()
 action
action
 public boolean action(Event evt,
                       Object arg)
  - 
    -  Overrides:
    
-  action in class Component