public class ControlPanel extends Object
| Constructor and Description |
|---|
ControlPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
createAndDisplayGUI()
Creates the main Control Panel dialog and displays it.
|
void |
initialize(String[] args)
Method that creates the ControlCenterInfo object that will be in all the
control panel.
|
static void |
main(String[] args)
Main method that is used for testing purposes.
|
public ControlPanel()
public static void main(String[] args)
initialize and
createAndDisplayMethods.args - the arguments that are passed.public void initialize(String[] args)
args - the arguments that are passed in the command line. The code
assumes that the arguments have been already validated.public void createAndDisplayGUI()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.