Can I create a dialog box as seen in Blackberry us

2019-09-01 15:27发布

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?

2条回答
做自己的国王
2楼-- · 2019-09-01 15:58

use d.show(); show method is for showing dialog

查看更多
闹够了就滚
3楼-- · 2019-09-01 16:02

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

查看更多
登录 后发表回答