'Create a simple Java Program that will process the following, using swing in Netbeans application
Create a Login Application Program applying Java Swing with the following criteria and Test Cases_
Test Case 1: 10 points If username and password are both TRUE the output must be "Access Granted"
Test Case 2: 10 points If username and password are both FALSE the output must be "Access Denied"
Test Case 3: 10 points If username is TRUE and the password FALSE the output must be "Invalid Password"
Test Case 4: 10 points If username is FALSE and the password TRUE the output must be "Invalid Username"
Test Case 5: 10 points If the total number of attempt is equal to 3 the output must be "Intruder Alert"'