1. setting font to one item on applet coderanch.com |
2. Changing fonts in applets? coderanch.comI put some setFont/getFont calls into my applet. They work great in the applet viewer. They seem to have no effect in netscape 4.70! What do I need to do to make them work? In IE 5.5, the calls to setFont/getFont don't work either. So I say if(debug == 1){ setFont(...) } and this does not help (even though the value ... |
3. setting font for applet coderanch.com |