| getIcon() | ใช้คืนค่า icon ของ Jbutton |
|---|
method:getIcon ();
return type:ImageIcon
content:ใช้คืนค่า icon ของ Jbutton
example:ImageIcon icon = new ImageIcon ( "C:/bamboo.gif" ); JButton button = new JButton (); button.setIcon ( icon ); ImageIcon icon_button = button.getIcon ();