got everything working...!Code:protected void paintComponent(Graphics g) { try { super.paintComponent(g); g.drawImage(image, 0, 0, this); } catch (Exception ex) { } }
I just needed to call the repaint(); method and everything was good!!!
![]()
|
Results 1 to 10 of 10
Threaded View
|
Click Here to Expand Forum to Full Width |