method:new ImageIcon ( path );return type:ImageIconcontent:ใช้สร้าง object image icon ที่มี icon ตาม path ที่กำหนดexample:ImageIcon icon = new ImageIcon ( "C:/bamboo.gif" );