trashier
Class LauncherGui
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LauncherGui
public LauncherGui(SimulationRunner l)
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