i got this in my custom item
private int key;
protected void keyPressed(int keyCode) {
key = keyCode;
this.repaint();
}
how do i know what key is "int key" ? like num key 6 or the key with the "c" letter?
why are not there any enums or something in j2me?

Reply With Quote


