What are the difference in Dialog display in lwuit? [closed]
In Lwuit Dialogs, I have seen .show() , .showDialog() , .showModeless() and .showPacked(String, boolean) .
What are the difference between these. And when I use a dialog, until the dialog goes the background process not running. Is there any solution for that.Look at the Dialog javadoc. Here clearly described what they are and where it will be use.
精彩评论