| new JCheckBox ( object_string ) | ใช้สร้าง object JCheckBox และมีการกำหนด ข้อความ ให้กับ object ด้วย |
|---|
method:new JCheckBox ( object_string );
return type:JCheckBox
content:ใช้สร้าง object JCheckBox และมีการกำหนด ข้อความ ให้กับ object ด้วย
example:JCheckBox check_box = new JCheckBox ( "ชาย" );