I want to create popup window in sun java wireless toolkit when pressing numeric keys on Mobile. I don't know whether it is possible or do need to use some additional technologies for that?

And also I want to draw some strings on the popup window.

Please guide me to get out of this issue?

I have used alert box in j2me but I want one popup window instead of that

link|improve this question

what have you tried so far? – gnat Dec 26 '11 at 12:02
@gnat: I have used alert box in j2me.but i want one popup window instead of that – Saravanan Dec 26 '11 at 12:12
feedback

2 Answers

up vote 4 down vote accepted

You must use a Dialog. This is a class from LWUIT which allows you to build a popup window.

More info here:

http://www.lwuit.com/2008/07/pimp-my-lwuit-part-ii-rounded-all-over.html

http://lwuit.java.net/javadocs/com/sun/lwuit/Dialog.html

link|improve this answer
Is this not possible with core j2me classes instead of using lwuit? – Saravanan Dec 27 '11 at 3:51
In lcdui you only can use Alert as a popup window – jmunoz Dec 27 '11 at 8:33
feedback

In j2me there is alert.We can use image in alert also.But for ur scenarios use LWUIT or J2ME Polish.In LWUIT,J2ME Polish there is possible to create pop up window , creating more stylish ui components.

I think we can use LWUIT with normal J2ME,i cannot know surely better u refer the LWUIT site.LWUIT is a sun's (oracle) product

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.