buttonAdd.addEventListener("click",this);
this.buttonRemove = (ItsNatHTMLButton)componentMgr.findItsNatComponentById(removeButtonId);
buttonRemove.addEventListener("click",this);
this.buttonReload = (ItsNatHTMLButton)componentMgr.findItsNatComponentById(reloadButtonId);
buttonReload.addEventListener("click",this);
this.joystickModeCheck = (ItsNatHTMLInputCheckBox)componentMgr.findItsNatComponentById(joystickCheckboxId);
joystickModeCheck.addEventListener("click",this);
joystickModeCheck.setSelected(itsNatDoc.isJoystickMode());