trashier
Class LauncherGui

java.lang.Object
  extended by trashier.LauncherGui
All Implemented Interfaces:
ActionListener, EventListener

public class LauncherGui
extends Object
implements ActionListener

this class defines the Graphics object to execute the Launcher method. It is included in tabbledLauncherPanel.

Author:
Fabien MICHEL, Gregory BEURIER

Field Summary
 JButton addViewer
           
 JPanel allbuttons
           
 JButton bProp
           
 JPanel buttons
           
 JPanel contentPane
           
 JPanel cycle
           
 JButton python
           
 JButton reset
           
 JButton startStop
           
 JButton step
           
 madkit.kernel.OPanel textDisplay
           
 JButton wrapOnOff
           
 
Constructor Summary
LauncherGui(SimulationRunner l)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
protected  ImageIcon createImageIcon(String path, String description)
           
 void initButtons()
           
 void initConsole()
           
 void initialisation()
           
 void initSliders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startStop

public JButton startStop

wrapOnOff

public JButton wrapOnOff

addViewer

public JButton addViewer

reset

public JButton reset

step

public JButton step

python

public JButton python

buttons

public JPanel buttons

allbuttons

public JPanel allbuttons

cycle

public JPanel cycle

textDisplay

public madkit.kernel.OPanel textDisplay

bProp

public JButton bProp

contentPane

public JPanel contentPane
Constructor Detail

LauncherGui

public LauncherGui(SimulationRunner l)
Method Detail

createImageIcon

protected ImageIcon createImageIcon(String path,
                                    String description)

initButtons

public void initButtons()

initSliders

public void initSliders()

initConsole

public void initConsole()

initialisation

public void initialisation()

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener