public void startApp(){ frm = new Form( Demo ChoiceGroup ); chg = new ChoiceGroup( Pilih Saja , ChoiceGroup.MULTIPLE); chg.append( Nasi kuning , null); chg.append( Coto , null); chg.append( Gado-gado , null); chg.append( Sate ayam , null); chg.append( Gulai kambing , null); frm.append(chg); disp.setCurrent(frm); }