public class SMSQmulator
extends java.lang.Object
Constructor and Description |
---|
SMSQmulator(int compiledVersion,
boolean isApplet,
boolean appletAsApplication,
inifile.IniFile inifile)
This creates the main object.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
This starts the emulator.
|
static void |
presetOptions(inifile.IniFile inifile)
Preset all options the inifile may have.
|
public SMSQmulator(int compiledVersion, boolean isApplet, boolean appletAsApplication, inifile.IniFile inifile)
compiledVersion
- 6,7 or 8 (or 0 if error) - the version for which this was compiled.isApplet
- is this started as an applet?appletAsApplication
- is this an applet started as an application?inifile
- the ".ini" file object.public static void main(java.lang.String[] args)
args
- the command line arguments - ignored.public static final void presetOptions(inifile.IniFile inifile)
inifile
- the inifile with the options to be set.