Question: using the following Log in form only one user can access with Username= std and Password = 1A2B . If the access succeeds a new
using the following Log in form only one user can access with Username=std and Password =1A2B. If the access succeeds a new frame is opened of type ViewFrame, if not the textfields are cleared.
The action performed of Login button, is set to the following code which is incomplete to perform the action described above.
String user = nameTextField.getText();
String pass = pwTextField.getText();
if ----------------------------
which of the following choices completes the required code?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
