Example #1
0
  public Splash(FXGameMidlet m) {
    super(m);

    setBackground("/images/splash1.png");
    fin = false;
    super.start();
  }