I need your help with my app, the scenario goes as follows:
Start the app
Enter details like password and all
Exit the app after that
When I again start the app, I want all fields to be blank
The text i entered do not get clear .I have not given any specific instruction for text to not get clear.
This is probably because the same Form instance is getting displayed. In your start method you should see these lines of codes:
if (current != null) {
current.show();
return;
}
Just remove this or add a method to clear al text and call it before it is getting shown
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With