You Are Here:

Community: Wiki

This page was last modified on 2 July 2009, at 16:28.

Simple way to display a splashscreen in Java ME

From Forum Nokia Wiki


By using alert

public void splashScreen( 
Display d, Displayable next ){
Image logo = null;
 
try {
logo = Image.createImage(
"/images/splashscreen.png" );
}
catch( IOException e ){
}
 
Alert a = new Alert( "SplashScreen",
"",
logo, null );
a.setTimeout( Alert.FOREVER );
display.setCurrent( a, next );
}

For using Canvas http://java.sun.com/developer/J2METechTips/2001/tt0820.html#tip1

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