Blank Applet on Startup
- From: google@xxxxxxxxxxxx
- Date: 28 Feb 2006 13:00:25 -0800
I am attempting to correct an issue with a Java applet used by my
university. On startup, in both IE6 and Opera 8.5x, the applet window
is blank UNTIL one moves the mouse pointer onto the applet window.
Then the contents of the applet window appears, and everything seems
fine.
The very last thing called from the init() function is super.repaint();
As far as I can tell, this is an old applet written circa 1998 and does
not use Swing.
Is there something better I can do to force a repaint at the end of
init() ?
.
- Prev by Date: Newbie: Prevent stretching of widgets when using LayoutManagers?
- Next by Date: Re: Newbie: Prevent stretching of widgets when using LayoutManagers?
- Previous by thread: Newbie: Prevent stretching of widgets when using LayoutManagers?
- Next by thread: Borderless JToggleButton
- Index(es):