posted 22 years ago
Hi Liang,
The easiest way that I have found to perform what you want is to use a new JPanel created just to support the background image. Then add your components to it and add that to the JApplet. Sounds weird but the code below might give you an idea of what I mean.
Regards,
Manfred.