| new JTextArea ( object_string, int_rows, int_column ) | ใช้สร้าง object JTextArea และมีการกำหนด ข้อความ ให้ object ด้วย และมีการกำหนด จำนวนแถว และ จำนวนคอลัมน์ ด้วย |
|---|
method:new JTextArea ( object_string, int_rows, int_column );
return type:JTextArea
content:ใช้สร้าง object JTextArea และมีการกำหนด ข้อความ ให้ object ด้วย และมีการกำหนด จำนวนแถว และ จำนวนคอลัมน์ ด้วย
example:JTextArea text_area = new JTextArea ( "บ้านเลขที่ หมู่ที่ ตำบล อำเภอ จังหวัด ประเทศ", 12, 60 );