Problem with ImageIcon
Hi,
I have added an image in the JButton which is added to a frame with null layout. The JButton is placed using setBounds.
[ btn_save = new JButton(new ImageIcon("img/save.png"));]
My problem is that I cannot see the JButton when the frame loads. However, if I click on the position where the (invisible) JButton exists, it becomes visible.
Thanks in advance.
Anuj

