F
focode
i have initilized the frame as ....
public class experiment extends javax.swing.JFrame
i have a label in this frame as ..'
jLabel1 = new javax.swing.JLabel();
i want to introduce an ImageIcon in this JLabel
thanks in advance
public class experiment extends javax.swing.JFrame
i have a label in this frame as ..'
jLabel1 = new javax.swing.JLabel();
i want to introduce an ImageIcon in this JLabel
thanks in advance