de.enough.polish.ui.splash
Interface SplashView
public interface SplashView
Paints a custom view for the IntializerSplashScreen.
This interface can only be used during the development phase,
since it is not actually included in the application.
What you need to do is to define the preprocessing variable
"polish.classes.SplashView". Your SplashView implementation needs to look like this:
public class MySplashView
//#if false
implements SplashView
//#endif
Copyright (c) Enough Software 2005 - 2009
history
23-Mar-2005 - rob creation
- Author:
- Robert Virkus, j2mepolish@enough.de
|
Method Summary |
void |
paint(int width,
int height,
boolean isInitialized,
Graphics g)
|
paint
void paint(int width,
int height,
boolean isInitialized,
Graphics g)