Java

Moderators: zibadian
Number of threads: 7836
Number of posts: 18235

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Need Help in GUI Compare progeam Posted by excellentvu on 10 Apr 2007 at 9:01 PM
How to write the code for Make a validation program (GUI BASED) which will take the following inputs
: User Name
: Password
: It will then check the given user name and password from the values stored in data base table. If they match with the data base values then show success message otherwise shoe the failure message.

Report
Re: Need Help in GUI Compare progeam Posted by zibadian on 10 Apr 2007 at 9:16 PM
: How to write the code for Make a validation program (GUI BASED) which will take the following inputs
: : User Name
: : Password
: : It will then check the given user name and password from the values stored in data base table. If they match with the data base values then show success message otherwise shoe the failure message.
:
:
Use two JTextField objects to allow the input and a button to start the validation. Add an ActionListener to the button. In the actionPerformed() lookup the username and password, and perfrom the validation.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.