/* 200 */ obj.createJava3dObject(null, this.loadBehaviors);
/* 201 */ this.objectList.addElement(obj);
/* */ }
/* 203 */ else if (tokenizer.sval.equals("LoadObject")) {
/* 204 */ String filename = getString(tokenizer);
/* 205 */ tokenizer.pushBack();
/* 206 */ debugOutputLn(32, "loading " + filename + " at " + System.currentTimeMillis());
/* */
/* 208 */ LwsObject obj = new LwsObject(tokenizer, true, firstFrame, finalFrame, totalTime, this, this.debugPrinter.getValidOutput());
/* */
/* 213 */ debugOutputLn(32, "done loading at " + System.currentTimeMillis());