Class vlsi

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----vlsi

public class vlsi
extends Applet

Variable Index

 o button1
 o button2
 o button3
 o Group1
 o Group2
 o me
 o mg
 o mp
 o radioButton1
 o radioButton2
 o radioButton3
 o radioButton4
 o radioButton5
 o radioButton6
 o radioButton7
 o s
 o textField1

Constructor Index

 o vlsi()

Method Index

 o button1_Action(Event)
 o button2_Action(Event)
 o button3_Action(Event)
 o handleEvent(Event)
 o init()
 o mouseDown(Event, int, int)
 o paint(Graphics)
 o radioButton1_Action(Event)
 o radioButton2_Action(Event)
 o radioButton3_Action(Event)
 o radioButton4_Action(Event)
 o radioButton5_Action(Event)
 o radioButton6_Action(Event)
 o radioButton7_Action(Event)

Variables

 o mg
 Graphics mg
 o me
 MenedzerEkranu me
 o mp
 MacierzPolaczen mp
 o s
 Symulator s
 o radioButton1
 Checkbox radioButton1
 o Group1
 CheckboxGroup Group1
 o radioButton2
 Checkbox radioButton2
 o radioButton3
 Checkbox radioButton3
 o radioButton4
 Checkbox radioButton4
 o radioButton5
 Checkbox radioButton5
 o button1
 Button button1
 o button2
 Button button2
 o button3
 Button button3
 o textField1
 TextField textField1
 o Group2
 CheckboxGroup Group2
 o radioButton6
 Checkbox radioButton6
 o radioButton7
 Checkbox radioButton7

Constructors

 o vlsi
 public vlsi()

Methods

 o mouseDown
 public boolean mouseDown(Event event,
                          int x,
                          int y)
Overrides:
mouseDown in class Component
 o radioButton3_Action
 void radioButton3_Action(Event event)
 o radioButton2_Action
 void radioButton2_Action(Event event)
 o radioButton1_Action
 void radioButton1_Action(Event event)
 o radioButton4_Action
 void radioButton4_Action(Event event)
 o radioButton5_Action
 void radioButton5_Action(Event event)
 o radioButton6_Action
 void radioButton6_Action(Event event)
 o radioButton7_Action
 void radioButton7_Action(Event event)
 o button1_Action
 void button1_Action(Event event)
 o button2_Action
 void button2_Action(Event event)
 o button3_Action
 void button3_Action(Event event)
 o init
 public void init()
Overrides:
init in class Applet
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Container
 o handleEvent
 public boolean handleEvent(Event event)
Overrides:
handleEvent in class Component