public class SpecGUI extends Object
Constructor and Description |
---|
SpecGUI()
Constructs a new
ConsoleGUI . |
SpecGUI(JFrame mainFrame)
Constructs a new
SpecGUI . |
Modifier and Type | Method and Description |
---|---|
protected void |
createMenuBar() |
protected JPanel |
createQueryPanel() |
JPanel |
getMainPanel() |
JMenuBar |
getMenuBar() |
protected void |
initData() |
protected void |
initUI(JFrame mainFrame)
Creates the user interface.
|
public SpecGUI()
ConsoleGUI
.public SpecGUI(JFrame mainFrame)
SpecGUI
.mainFrame
- the main frame or null
if no frame is available.protected void initUI(JFrame mainFrame)
mainFrame
- the main frame or null
if no frame is available.protected void initData()
protected JPanel createQueryPanel()
protected void createMenuBar()
public JPanel getMainPanel()
public JMenuBar getMenuBar()
See http://www.xins.org/.