hi everyone,
Put a JLabel on your window.
try this
ImageIcon i = new ImageIcon("file");
JLabel l = new JLabel(i);
To change the image during runtime have an option that can
reload a new image and repaint the label and window
The ImageIcon class has functions to set the image
See Java's Image Icon class for a more detailed description
I hope this helps you
Richard West
Reputation Points: 25
Solved Threads: 10
Practically a Master Poster
Offline 623 posts
since Jun 2004