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.
In Lwuit Dialogs, I have seen .show() , .showDialog() , .showModeless() and .showPacked(String, boolean)
Share
Look at the Dialog javadoc. Here clearly described what they are and where it will be use.