This signUp form is created using java swing library and JDBC(Java Database Connectivity) API. (Here, I am using MySQL to store the signup details of the user)
This SignUp form stores user information in a table in a database that can be further used to verify user details at the time of login. This SignUp form project contains a total of two classes, one is 'DBConnection' to establish a connection between java and MySQL, and the second class 'SignUpForm' which is a java JFrame class.
Submitted by Kriti Bhawsar (bhawsarkriti)
Download packets of source code on Coders Packet
Comments