This example is shows how to create the list which has multiple type choice option. In this example user can make selection in name list and after selection application will display message according to the selection. Like..........
| Sandeep: selected Kumar: selected Suman: not selected |
The MULTIPLE keyword is used to create the multiple type list as follows:
| list = new List("Multiple Option", List.MULTIPLE); |
The application look like as follows:


Source Code Of MultipleList.java
import javax.microedition.midlet.*;
|
Output:

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Creating Multiple Type List
Post your Comment