Package gr.bluevibe.fire.displayables

Examples of gr.bluevibe.fire.displayables.SplashScreen


 
   
    FireIO.setup(mediaMap,10,null);
   
   
        SplashScreen loading = new SplashScreen();
        loading.setTitle("Skill"); // set the title of the splash screen
        loading.setLogo(FireIO.getLocalImage("logo")); // show a nice logo.
       
        Display.getDisplay(this).setCurrent(loading); // show the load screen.
       
        Lang.loadBundle(); // this is optional if you dont want to use the Lang class for i18n
       
View Full Code Here

TOP

Related Classes of gr.bluevibe.fire.displayables.SplashScreen

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.