I have a java applet built using awt.
I draw some text on a panel object and everything goes fine. but when resizing the windows all the text disappears.
this behaviour is different among different jvms and platforms.
moving to swing isn't a possible option, because we have to maintain compatiblty with Microsoft JVM.