| new JRadioButton ( object_string ) | ใช้สร้าง object JRadioButton โดยมีการกำหนด ข้อความ ให้กับ object ด้วย |
|---|
method:new JRadioButton ( object_string );
return type:JRadioButton
content:ใช้สร้าง object JRadioButton โดยมีการกำหนด ข้อความ ให้กับ object ด้วย
example:String radio_text_label = new String ( "man" ); JRadioButton radio_button = new JRadioButton ( radio_text_label );