Hi,

When I try to run applets within Konqueror a gray box is displayed rather than 
the applet.  This was the case with KDE3 as well as the recently released KDE 
3.0.1.

I've tried a variety of JVMs including Sun's most recent 1.4 which some have 
claimed to have success with.

I can work around the issue through repeated attempts to paint at the end of 
init()...

        try...
                for (int i = 0; i < 30; i++) {
                        Thread.sleep(100);
                        repaint();
                }
        catch...

The Java Console is alive and working properly but there are no errors (null 
pointer, etc.).

I'm running Mandrake 8.0 with XFree86 4.0.1.

Any thoughts?

Cheers,
Gord

Reply via email to