| new JButton ( object_icon ) | ใช้สร้าง object jbutton โดยมีการกำหนด icon บนปุ่ม |
|---|
method:new JButton ( object_icon );
return type:JButton
content:ใช้สร้าง object jbutton โดยมีการกำหนด icon บนปุ่ม
example:ImageIcon icon = new ImageIcon ( "C:/bamboo.gif" ); JButton button = new JButton ( icon );