updateTimer.start();
}
AudioPlayer.start();
synchronized(memInfoSynch) { if(_rti == null && JConfig.queryConfiguration("debug.memory", "false").equals("true")) _rti = new RuntimeInfo(); }
try {
// Don't leave this thread until the timeQueue has completed; i.e. the program is exiting.
timeQueue.join();
} catch (InterruptedException e) {
JConfig.log().handleException("timeQueue interrupted", e);