Can anyone please help me on how to create a login form in java swing by using a database connection.
+1
A:
Here's a tutorial to create a simple login form. Replace the pseudo pass check with a check of credentials retrieved via JDBC and you're done. The login form is nothing special...
Bozhidar Batsov
2010-05-21 11:02:44