Package com.jme.system

Interface Summary
GameSettings GameSettings offers an abstraction from the internals of getting/setting settings for a game.
SystemProvider Interface implemented by any providers of system-level implementations.
 

Class Summary
AbstractGameSettings Code generally useful to all typical GameSettings implementations.
DisplaySystem DisplaySystem defines an interface for system creation.
PreferencesGameSettings PreferencesGameSettings uses the Preferences system in Java and implements the GameSettings interface.
PropertiesDialog PropertiesDialog provides an interface to make use of the GameSettings class.
PropertiesDialog2 PropertiesDialog provides an interface to make use of the GameSettings class.
PropertiesGameSettings PropertiesGameSettings handles loading and saving a properties file that defines the display settings.
PropertiesIO PropertiesIO handles loading and saving a properties file that defines the display settings.
 

Exception Summary
JmeException JmeException handles all exceptions that could be thrown and should be handled in the client software.