Package | Description |
---|---|
skyproc.gui |
Modifier and Type | Method and Description |
---|---|
SPMainMenuConfig |
SPMainMenuPanel.addMenu(SPSettingPanel panel)
Hooks together a SPSettingPanel to the main menu, and adds a GUI listing
on the main menu.
|
SPMainMenuConfig |
SPMainMenuPanel.addMenu(SPSettingPanel panel,
boolean checkBoxPresent,
lev.gui.LSaveFile save,
java.lang.Enum setting)
Hooks together a SPSettingPanel to the main menu, and adds a GUI listing
on the main menu.
|
SPMainMenuConfig |
SPMainMenuPanel.addMenu(SPSettingPanel panel,
java.awt.Color c,
boolean checkBoxPresent,
lev.gui.LSaveFile save,
java.lang.Enum setting)
Hooks together a SPSettingPanel to the main menu, and adds a GUI listing
on the main menu.
|