public class EventLauncherPanel extends Object implements ItemListener
| Constructor and Description |
|---|
EventLauncherPanel(DevicesAppState devicesAppState) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponentToPane(Container pane) |
static void |
createAndShowGUI(DevicesAppState devicesAppState)
Create the GUI and show it.
|
boolean |
isVisible() |
void |
itemStateChanged(ItemEvent evt) |
void |
setVisible(boolean visible) |
public EventLauncherPanel(DevicesAppState devicesAppState)
public void itemStateChanged(ItemEvent evt)
itemStateChanged in interface ItemListenerpublic static void createAndShowGUI(DevicesAppState devicesAppState)
public void addComponentToPane(Container pane)
public void setVisible(boolean visible)
public boolean isVisible()
Copyright © 2017. All Rights Reserved.