| new Frame( object_string_title_bar ) | ใช้สร้าง object frame โดยมี title bar ตามที่กำหนด |
|---|
method:new Frame ( object_string_title_bar );
return type:Frame
content:ใช้สร้าง object frame โดยมี title bar ตามที่กำหนด
example:Frame frame = new Frame ( "ข้อมูลการกำหนดสิทธิ" );