Question 4: GUI Assignment
Your Name and Student ID
User Name
Password
SAVE
Write a Java program which, when executed, displays a JFrame with the above password text fields. The entered passwords should be saved to a MySQL database. You should also create a table in MySQL which stores the username and the hash of the password.
[20 Marks]
End of Assignment