You Are Here:

Community: Wiki

This page was last modified on 8 June 2009, at 09:02.

Implicit list

From Forum Nokia Wiki

The following code creates an Implicit list.

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


The following screenshot is an outcome.

Image:Implicitlist.png‎

Related Wiki Articles

No related wiki articles found

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia