| new JRadioButton ( object_icon ) | ใช้สร้าง object jradiobutton โดยมีการกำหนด icon ให้กับ object ด้วย |
|---|
method:new JRadioButton ( object_icon );
return type:JRadioButton
content:ใช้สร้าง object jradiobutton โดยมีการกำหนด icon ให้กับ object ด้วย
example:ImageIcon icon = new ImageIcon ( "C:/bamboo.gif" ); JRadioButton radio_button = new JRadioButton ( icon );