private function changeAppearance():void { this.width = Number(widthInputField.text); this.height = Number(heightInputField.text); }