| | |
| | | * The main panel of the control panel. It contains a split pane. On the left |
| | | * we have some actions and on the right some global information about the |
| | | * server. |
| | | * |
| | | */ |
| | | public class ControlCenterMainPane extends JPanel |
| | | { |
| | |
| | | info.addConfigChangeListener(new ConfigChangeListener() |
| | | { |
| | | private boolean lastStatusStopped; |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void configurationChanged(final ConfigurationChangeEvent ev) |
| | | { |
| | |
| | | } |
| | | SwingUtilities.invokeLater(new Runnable() |
| | | { |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void run() |
| | | { |