I want to use a standard alert dialog (like LCDUI) in an LWUIT application: lcdui Alert javadocs
How can I call these methods from the LWUIT form?
LWUIT 1.5 Displayhas a method showNativeScreen.
Display
showNativeScreen
I would not recommend doing this, although this is likely to cause some problems.
To return to LWUIT, just show Form.
Form