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.
私は、<img>私のui.xml. これは可能ですか?
<img>
ui.xml
@uifield yourpanel panel
そして、そのパネルに画像を直接追加します。
for (int i = 0; i < images.length; i++){ Image image =new Image(url); ..... ... Panel.add(image); }