Namespaces
Variants
Actions

Exclusive list

Jump to: navigation, search
Article Metadata

Article
Created: giaperrucci (07 Jun 2007)
Last edited: hamishwillee (18 Jul 2012)

The following code creates an Exclusive list.

import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
 
public class Exclusive_List extends MIDlet
{
Display display=Display.getDisplay(this);
 
public void startApp()
{
//List(label,type,items,Images)
List list = new List("Exclusive list", List.EXCLUSIVE,new String[]
{"Python", "J2ME", "Symbian"}, null);
display.setCurrent(list);
}
}

The following screenshot is an outcome.

Exclusivelist.png

This page was last modified on 18 July 2012, at 09:58.
123 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved