Appletviewer

P

pandit

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
 
A

Andrew Thompson

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>
 
R

Roedy Green

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top