Hecl Builder

Easy Mobile Applications

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

MIDP Version: 2.0
Description: lcdui.choicegroup example
Last updated: Sun Oct 12 10:58:31 +0000 2008 by davidw

set choicegroup [lcdui.choicegroup -label "60ies bands"]
$choicegroup append "Beatles"
$choicegroup append "Beach Boys"
$choicegroup append "Rolling Stones"
set form [lcdui.form -title "ChoiceGroup example form"]
$form append "Pick one:"
$form append $choicegroup
$form setcurrent


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/