 | <nxml> …………略………… <panel id="centerUI" borderPosition="center"> <borderLayout/> <table height="105" width="200" borderPosition="center"> // ←−−−1 <column> <header text="商品名"/> </column> <column> <header text="単価"/> </column> <column> <header text="選択"/> </column> <row> <cell text="ラーメンサラダ"/> <cell text="780"/> <checkBox height="25" text="" width="100"/> ←−−−2 </row> <row> <cell text="枝豆"/> <cell text="150"/> <checkBox height="25" text="" width="100"/> </row> <row> <cell text="鶏のから揚げ"/> <cell text="200"/> <checkBox height="25" text="" width="100"/> </row> </table> <button height="25" text="注文確認" width="50" borderPosition="south"/> </panel> </panel> </nxml>
|  |