method:getLabel ();return type:Stringcontent:ใช้คืนค่า ข้อความ ของ Jbuttonexample:JButton button = new JButton (); button.setLabel ( "cancel" ); String text_button = button.getLabel ();