LWUIT Dialogs allow us to prompt users for information and rely on the information being available on the next line after the show method.
Questions tagged [lwuit-dialog]
16 questions
-2
votes
2 answers
demoProgram which can be of simple one
I am creating a program in which i want to display dialog box(which shows yes/no command) when button clicked, after dialog box has been shown, when clicking yes button it moves to another form, can you help me to achieve this task? please let me…