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