public interface JmeDialogsFactory
Modifier and Type | Method and Description |
---|---|
void |
showErrorDialog(java.lang.String message)
Set function to handle errors.
|
boolean |
showSettingsDialog(AppSettings settings,
boolean loadFromRegistry)
Set a function to handle app settings.
|
boolean showSettingsDialog(AppSettings settings, boolean loadFromRegistry)
settings
- the settings object to editloadFromRegistry
- if true, copy the settings, otherwise merge themvoid showErrorDialog(java.lang.String message)
message
- text to be displayed in the dialog