Saludos lista:
queria solicitar ayuda para hacer un splash screen para j2me, el codigo de ejem q estoy usando es:
//
public void showSplashScreen(
Display d, Displayable next ){
Image logo = null;
try {
logo = Image.createImage("/img/logo.png" );
}
catch( IOException e ){
}
Alert a = new Alert( "...",
logo, null );
a.setTimeout( Alert.FOREVER );
display.setCurrent( a, next );
}
Display d, Displayable next ){
Image logo = null;
try {
logo = Image.createImage("/img/logo.png" );
}
catch( IOException e ){
}
Alert a = new Alert( "...",
logo, null );
a.setTimeout( Alert.FOREVER );
display.setCurrent( a, next );
}
// pero obtengo error al compilarlo, si alguien tiene un tutor sencillo, estare agradecido por la ayuda.
el error
es:
display.setCurrent( a, next );
symbol : variable display
location: class Splash
display.setCurrent( a, next );
1 error
location: class Splash
display.setCurrent( a, next );
1 error
We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures list.