init() called before paint()

Ryan Heise rheise at socs.uts.EDU.AU
Tue Jul 14 22:19:35 PDT 1998


One of my applets does not work with the kaffe appletviewer because paint()
seems to be getting called before init() is finished executing. I assume
that variables I initialise in init() exist when I'm painting the applet
but I get a NullPointerException instead.

Also, I see you have deprecated Thread.stop(). Does this mean you are going
for 1.2 compatibility and not 1.1 compatibility?

Thanks,

Ryan Heise                             http://www.progsoc.uts.edu.au/~rheise/
=============================================================================
main(){printf("%d != %d, why?\n", sizeof('"')["'"],(sizeof('"'))["]\"\0["]);}
=============================================================================



More information about the kaffe mailing list