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.
私のアプリケーションでは、を追加する必要がTextFieldありLabel、ButtonCanvasクラスのタブビューに追加する必要があります。
TextField
Label
Button
LWUITコンポーネントをCanvasClassに追加するにはどうすればよいですか?
この建物をこのように解決できると思いますForm。
Form
の一番上に TabView を配置したいようですForm。これを行うには、 a と を使用し、Formを a内にBorderLayout配置してLabel、これを の位置に設定します。それは近いでしょうTextFieldButtonContainerContainerNORTHBorderLayoutTabView
BorderLayout
Container
NORTH
TabView