Hecl Builder

Easy Mobile Applications

FontExample
Download: .jad .jar
2.0/5 Average rating:

MIDP Version: 2.0
Description: lcdui.font example script. Note that the example applet doesn't seem to have that many different fonts.
Last updated: Sun Oct 19 10:07:23 +0000 2008 by davidw

set form [lcdui.form -title "Font examples"]

$form setcurrent

foreach f [sort [lcdui.font names]] {
    set s [lcdui.stringitem -text $f]
    $s configure -font $f
    $form append $s
}


Note: If you have trouble with the applets on this site, you might try upgrading your Jave Runtime Environment, in order to get the "Next-Generation Java Plug-In", available for download here: http://download.java.net/jdk6/