> I am having trouble showing the background image onto a panel All the
> JPanel code should be right but when I run the app, it just shows the
[quoted text clipped - 9 lines]
> Does anyone have and ideas?
> Using: Java 1.6u3
You've got a couple of problems, first you add the ImagePanel after
calling pack() on the container. I don't know how that layout manager
works so there could be problems there. ImagePanel has no preferred
size. That will probably make it difficult to layout.
See http://www.knutejohnson.com and look at the code for the ImageIOExample.

Signature
Knute Johnson
email s/nospam/knute/