Hi,
I use this to draw up an image file on the JFrame. But instead of giving x and y pos I want the img to go with the flowlayout like the rest of my code (JButtons and such). How do I do?
public void paint(Graphics g) { g.drawImage(img, 50,93, this); } // public void paint()
Best regards.