| new GridLayout ( int_row, int_col ); | ใช้สร้าง object gridlayout โดยจะมีจำนวนแถวและคอลัมน์ตามที่กำหนด |
|---|
method:new GridLayout ( int_row, int_col );
return type:GridLayout
content:ใช้สร้าง object gridlayout โดยจะมีจำนวนแถวและคอลัมน์ตามที่กำหนด
example:GridLayout gridlayout = new GridLayout ( 5, 10 );