フィールドにフォーカスする
説明
フィールドにフォーカスするにはsetFocus()を使います。
サンプル [
実行する
]
fObj = this.getField("Text1");
fObj.setFocus();