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