Search code examples
blackberryjava-medialogalertlcdui

Can I create a dialog box as seen in Blackberry using pure J2ME package


I know we Alert is used as Pop up box in j2me but
can I create a pop up as good looking as dialog box of Blackberry using pure j2me packages?
Or I need to customize using Canvas class?

Is there a dialog box in j2me? if yes can I get an example?


Solution

  • Dude, Just create one canvas with background image transparent and use another images for same like dialog box(images create from adobe Photoshop) , so this canvas you can use it anywhere in application. thanks