another question, i've installed the jar file and it shows me all my classes (which are just 4),
i know that i've already made this question, and that the answer was that i could only have one midlet, however it still shows me 4 classes.
my game has this 4 file:
public class Inicio extends MIDlet...
public class Menu extends Canvas...
public class Nivel extends Canvas...
public class Jogo extends GameCanvas...
whats wrong here?
Thanks
