public class ConsoleGUI extends Object
Constructor and Description |
---|
ConsoleGUI(JFrame mainFrame,
org.xins.common.servlet.container.CommandLineArguments cmdArgs)
Constructs a new
ConsoleGUI . |
Modifier and Type | Method and Description |
---|---|
protected int |
getLogLevel(String text) |
JPanel |
getMainPanel() |
JMenuBar |
getMenuBar() |
protected void |
initData() |
protected void |
initUI(JFrame mainFrame,
org.xins.common.servlet.container.CommandLineArguments cmdArgs)
Creates the user interface.
|
public ConsoleGUI(JFrame mainFrame, org.xins.common.servlet.container.CommandLineArguments cmdArgs)
ConsoleGUI
.mainFrame
- the main frame or null
if no frame is available.cmdArgs
- the command line arguments, cannot be null
.protected void initUI(JFrame mainFrame, org.xins.common.servlet.container.CommandLineArguments cmdArgs)
mainFrame
- the main frame or null
if no frame is available.cmdArgs
- the command line arguments, cannot be null
.protected void initData()
public JPanel getMainPanel()
public JMenuBar getMenuBar()
protected int getLogLevel(String text)
See http://www.xins.org/.