|
Hi!
I made an test application to display diferent
fonts in List.
I tried my aplication on Nokia 6600 and motorola
V300 and it does not work.
Here is my code:
list = new List("List
Test",List.IMPLICIT);
list.append("System",null); list.append("Monospace",null); list.append("Proportional",null); list.setFont(0,Font.getFont(Font.FACE_SYSTEM,0,0)); list.setFont(1,Font.getFont(Font.FACE_MONOSPACE,0,0)); list.setFont(2,Font.getFont(Font.FACE_PROPORTIONAL,0,0));
Thanks in advance
Zvonimir
===========================================================================
To unsubscribe, send email to listserv@xxxxxxxxxxxx and include in the body
of the message "signoff KVM-INTEREST". For general help, send email to
listserv@xxxxxxxxxxxx and include in the body of the message "help".
|