removing flicker from JPCT applet with AWT graphics

Started by dmouse, August 14, 2008, 06:06:49 PM

Previous topic - Next topic

fireside

#15
Nope.  Font still gets ignored.  I'm sure there's some reason for it, but it's over my head right now.  Some applet or version thing, or who knows what?  I'm not proficient enough at java to find it right now.
click here->Fireside 7 Games<-

AGP

Could it be that the applet can't access the font in question (that is to say, as a security feature applets aren't allowed)? Try adding the font file itself to the jar and somehow adding it to the system. I'm shooting blind here, but it might be right.