please use java to answer the following question Implement a program with a GUI and Action listener that looks like the one shown below You should connect to the database ( make sure you have maximum 5 rows in your table) The table should contain of the name, card number and the pin number of the customers who uses the ATM once you enter the card number and the pin number that exist in the database, then by clicking on the Login button, you could show a dialogue dialog box in which it shows the name of the customer and then indicates that that name is login successfully ( Mehrnaz is login successfully). Otherwise, the dialogue box indicates that the information does not exist in the database. The clear button will clear all the information on the GUI.
please use java to answer the following question
Implement a program with a GUI and Action listener that looks like the one shown below
You should connect to the
The table should contain of the name, card number and the pin number of the customers who uses the ATM
once you enter the card number and the pin number that exist in the database, then by clicking on the Login button, you could show a dialogue dialog box in which it shows the name of the customer and then indicates that that name is login successfully ( Mehrnaz is login successfully). Otherwise, the dialogue box indicates that the information does not exist in the database.
The clear button will clear all the information on the GUI.
Step by step
Solved in 5 steps