Applet loaded don't show anything

Hi,

I have an Applet that normally works fine, but not always works. I can see that the applet is loaded (through java console), but it stands in blank. If I clik in diferent parts of the applet it works fine and answers to my clicks. So, I deduce that is loaded and working fine, but there is a problem in painting.

When I change the window (or minimize the actual browser) and i return again to the applet window, the applet shows its content perfectly (!!!).

I've tried to repaint() in the end of init() method, but nothing happens.

This problem happens only in a few computers, with different connections and different OS.

The computers in which i could reproduce the error had this configuration:

Computer 1: XP Pro

Computer 2: NT 4.0

Both: Installed the latest version of Java (1.4.2_05)

Internet Explorer 6.0.26

Can someone help me?

Any idea or suggestion will be welcomed.

Thanks a lot,

Toni.

[987 byte] By [Burgales] at [2007-9-30 21:28:38]
# 1
Have you tried a repaint() in the start-method: public void start() {repaint();}
OnlineMetalhead at 2007-7-7 3:00:22 > top of Java-index,Desktop,Core GUI APIs...