GF4J 0.9.4 Beta

Serialized Form


Package gameframe

Class gameframe.ApplicationAppletBase implements Serializable

Serialized Fields

m_thread

java.lang.Thread m_thread
The thread use to run the applet/application.

m_fApplet

boolean m_fApplet
Whether the program is running as an applet (true) or application (false).

m_fInitialized

boolean m_fInitialized
Whether the program is properly initialized or not.

m_fRunning

boolean m_fRunning
True when applet/application should be running, false when it should exit.

m_args

java.lang.String[] m_args
The arguments given to the program.

Class gameframe.GameFrameException implements Serializable

Class gameframe.SettingsException implements Serializable


GF4J 0.9.4 Beta