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 know as soon as possible.
Asked
Active
Viewed 195 times
2 Answers
1
Checkout the LWUIT repository here... In this repository contains LWUIT sample applications. See the sample code. and do like this..
Dialog.show("Sample", "Put ur information", "Ok", "Cancel");

Shai Almog
- 51,749
- 5
- 35
- 65

bharath
- 14,283
- 16
- 57
- 95