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?
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?
use d.show(); show method is for showing dialog
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