1 / 6

PROGRAM APLIKASI MOBILE

PROGRAM APLIKASI MOBILE. EMHA TAUFIQ LUTHFI PERTEMUAN 3. User Interface. javax.microedition.lcdui. List. List adalah subclass dari Screen yang berisi mengenai daftar yang dapat dipilih oleh user List dapat memiliki tiga tipe : IMPLICIT, EXCLUSIVE or MULTIPLE.

ganesa
Télécharger la présentation

PROGRAM APLIKASI MOBILE

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PROGRAM APLIKASI MOBILE EMHA TAUFIQ LUTHFI PERTEMUAN 3

  2. User Interface • javax.microedition.lcdui

  3. List • List adalah subclass dari Screen yang berisi mengenai daftar yang dapat dipilih oleh user • List dapat memiliki tiga tipe : IMPLICIT, EXCLUSIVE or MULTIPLE. • Jika List adalah IMPLICIT dan user mengeksekusi button “select”, commandAction() milik commandListener dari List akan dipanggil • Default Command adalah List.SELECT_COMMAND.

  4. List

  5. Alert • Alert adalah screen yang dapatmerepresentasikansebuah text dan image • Alert adalahsebuahkomponen yang digunakanuntukmenampilkan error, peringatan, menampilkan text dan image sebagaiinformasiataumemberikankonfirmasikepada user • Alert ditampilkan pada periode waktu tertentu. Waktu tampil Alert diatur menggunakan metode setTimeout() dengan satuan milliseconds. Dapat juga dibuat tampil sampai user menekan command ("Done") dengan menggunakan special timeout mode yaitu Alert.FOREVER.

  6. Alert

More Related