method:getHeight ();return type:intcontent:ใช้คืนค่า ขนาดความสูง ของ jcomponentexample:JButton button = new JButton ( "cancel" ); int height = button.getHeight ();