Password protection
Hi
I am developing a java application using swing. I need to protect my application using password(which can be hardcoded for the first time). But I want to give an option to change the password so that once changed,user should only be able to run the application using the new password. Can anyone tell me how this is achieved in programming and can you give me a sample code. Any help would be highly appreciated.
Thanks in advance
Naizam

