THX FOR UR HELP I REALLY APPRECIATE IT, you see the aim was to be able to read the class MyMines which is the game i wrote in java but it is not showing still giving me errors when i run the midlet...
Type: Posts; User: blandine_nzouonta; Keyword(s):
THX FOR UR HELP I REALLY APPRECIATE IT, you see the aim was to be able to read the class MyMines which is the game i wrote in java but it is not showing still giving me errors when i run the midlet...
please i have develloped a game like minesweeper using java for a computer and will like to see it through an emulator the problem is when i create a midlet for the whole package it does not allow me...
now i'm having one error because on the changes made on MyCanvas.java
ok this is the code:
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
public class MyCanvas...
ok forgot to post the error when i compile it
C:\project\j2me\game\MyCanvas.java:27: 'class' or 'interface' expected
protected void keyPressed( int keyCode )
^...
ok thx for ur reply really and deeply appreciate it
this is the application class: game.java
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
interface Constants {
...
hi soku 123, thx for ur reply it was really helpful but now i created the classes but i still have this error protected void key pressed class or interface required and again before the game appear i...
hi my name is blandine and i need help i'm trying to devellop a computer game into a mobile phone , the problem is on the computer game there is a class call clickListener qui control the method...