Is it possible to display consecutive Alert message in j2me... If Yes, could u help me?
i wanna display sms send alert to info the user and after that display the sms receiving alert to the user...
how can it be done?
Alert message = new Alert("info");
message.setString("sending");
display.setCurrrent(message);