Serialized Form
Package de.michab.apps.route64 |
_core
C64Core _core
- The emulation engine.
_isStarted
boolean _isStarted
- Flag to ensure that we only once start the emulation engine.
_key
java.lang.String _key
- This
Action
's unique key.
_toolbarButton
javax.swing.JButton _toolbarButton
- The lazily initialised toolbar button.
Package de.michab.mack.actions |
_aboutText
java.lang.String _aboutText
- The text shown in the about box. Can contain placeholders {0} to {2} for
the CVS build number, java vendor, and java version information
respectively. Referred to by the resource key "message".
The initial value is the default text that will be replaced by text from
the resource bundle.
_applicationLogo
javax.swing.Icon _applicationLogo
msgReallyLeave
java.lang.String msgReallyLeave
- This will get localised in the setAttributes() method. The initial value
is used as the default setting that is not overriden if the key isn't
found.
appFrame
javax.swing.JFrame appFrame
- The frame we are listening to.