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.
フレームワークを使用せずに、コンボボックスをj2meのフォームに保持するにはどうすればよいですか?
これを試しましたが、選択用のドロップダウンが表示されません。
ChoiceGroup CoursePOP = new ChoiceGroup ("Pop Up choice", Choice.EXCLUSIVE, new String[] {"Python", "J2ME","Symbian"}, null);