hello ,
how can i increase the size of the font on the Applet?
Means when i start a Applet its fonts are so slow.
how can increase the size of it?
Thank's in Advance
Andrew Thompson - 15 Jan 2008 12:13 GMT
...
> how can i increase the size of the font on the Applet?
Pretty much the same way you would do it in
an application. *
> Means when i start a Applet its fonts are so slow.
What the ***k are you talking about?
> how can increase the size of it?
Read TFM**.
BTW. In English, the word 'I' should always
be Upper Case.
* And if you don't know that, you really should
not be messing with applets. Learn Java first.
** <http://java.sun.com/docs/books/tutorial/2d/text/index.html>
--
Andrew T.
PhySci.org
Roedy Green - 15 Jan 2008 12:45 GMT
>how can i increase the size of the font on the Applet?
>Means when i start a Applet its fonts are so slow.
>how can increase the size of it?
If you have the source to the Applet, you look for new Font ( ....)
and change the values. See http://mindprod.com/jgloss/font.html
If you don't, you would have to reverse engineer the applet, which may
or may not be illegal. See http://mindprod.com/jgloss/decompiler.html
Changing the font size will do nothing to speed up the Applet. You
would have to analyse the Applet to figure out why it is so slow
first.

Signature
Roedy Green, Canadian Mind Products
The Java Glossary, http://mindprod.com