LevelForm.java :  » Game » superpalitos » org » pvs » sp » mobile » Java Open Source

Java Open Source » Game » superpalitos 
superpalitos » org » pvs » sp » mobile » LevelForm.java
package org.pvs.sp.mobile;

import javax.microedition.lcdui.Form;

public class LevelForm extends Form {

  public LevelForm() {
    super("Dificultad");
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.