public abstract class ControlWindow
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
ControlWindow(java.lang.String title)
construct a new control window with the specified title
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addButtonsToPanel(javax.swing.JPanel panel)
sublclasses should add their buttons to the control panel here
|
void |
addMessage(java.lang.String msg)
appends a new line to the informative text area
|
void |
close()
closes this window
|
public ControlWindow(java.lang.String title)
protected abstract void addButtonsToPanel(javax.swing.JPanel panel)
public void addMessage(java.lang.String msg)
public void close()