Hello, i have a project where the user is displayed random words that are categorized in two ArrayList variable : 1) number = one, two, three and 2) color = red, green, blue. There are 4 textboxes the user needs to enter the word that they remember.
1) First it checks the 1st textbox whether the data exist in the ArrayList variables listed. If exist, then it will check whether the second textbox is in the same variable as the first textbox. If doesnt exist nothing happen. And will proceed to textbox2
2) In textbox2 if the data comes from the same ArrayList as the textbox1, it will get 1 point, if not or if the data is not found, then 0 point.
3) Next it will continue to the 3rd textbox and check whether it is in the same variable as the 2nd textbox. The rules is repeated just like from textbox1 to textbox2 until it reaches the last textbox. Then the point gathered will be displayed.
This is my code: Right now I have error that says :

 Go to the complete details ...