stella.omc
Class WifsipGUI
java.lang.Object
stella.omc.WifsipGUI
- All Implemented Interfaces:
- ActionListener, EventListener
public class WifsipGUI
- extends Object
- implements ActionListener
Simple GUI to operate the WIFSIP filter wheel.
JB, 07.05.2007
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ii
private int ii
jj
private int jj
ret
private boolean ret
DEFPROPS
public String DEFPROPS
NUM_BUTTONS
final int NUM_BUTTONS
- See Also:
- Constant Field Values
controlFrame
private JFrame controlFrame
topPanel
private JPanel topPanel
controlPanel
private JPanel controlPanel
posButton
private JButton[] posButton
led
private JLed[] led
exitButton
private JButton exitButton
reloadParsButton
private JButton reloadParsButton
infoLabel
private JLabel infoLabel
f
WifsipWheel f
WifsipGUI
public WifsipGUI()
initWifsip
private void initWifsip(String prop)
addButtonsAndLeds
private void addButtonsAndLeds(JPanel panel)
addReloadParsButton
private void addReloadParsButton(JPanel panel)
addExitButton
private void addExitButton(JPanel panel)
actionPerformed
public void actionPerformed(ActionEvent evt)
- Specified by:
actionPerformed in interface ActionListener
main
public static void main(String[] args)