hi,
i write a program that management the input ( from keyboard) but my keyboard buffer is full & even keys pressed for install app is in buffer.So i have to flush the keyboard buffer in java & i do not know how , i tried a lot but i couldn't find any answer.i tried this code:
m=Input.KEYPAD;
if(m>-1){
box=new TextBox("MyProgram", "!!!!!!", 20, 0);
display.setCurrent(box);
}
best Regard.