* Initilizes the application.
* It is called only once when the MIDlet is started. The method is called before the <code>startMIDlet</code> method.
*/
private void initialize() {//GEN-END:|0-initialize|0|0-preInitialize
// write pre-initialize user code here
splashScreen = new SplashScreen(getDisplay());//GEN-BEGIN:|0-initialize|1|0-postInitialize
splashScreen.setTitle("Memorizator");
splashScreen.setCommandListener(this);
splashScreen.setFullScreenMode(true);
splashScreen.setTextFont(getFont1());
splashScreen.setTimeout(899);
splashScreen.setAllowTimeoutInterrupt(false);
splashScreen1 = new SplashScreen(getDisplay());
splashScreen1.setTitle("Memorize!");
splashScreen1.setCommandListener(this);
splashScreen1.setFullScreenMode(true);
splashScreen1.setTextFont(getFont1());
splashScreen1.setAllowTimeoutInterrupt(false);