Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーにユーザー名とパスワードの入力を要求する場合、ゲーム キャンバスから Java ME のフォームに移動するにはどうすればよいでしょうか?
フォームを作成し、それに「OK」コマンドを追加します。
フォームを表示するには、次の操作を行う必要があります。
Display.getDisplay(this).setCurrent(yourForm);
その OK コマンドを使用する場合は、次のようにする必要があります。
Display.getDisplay(this).setCurrent(yourCanvas);
フォームからデータを読み取ります