If Statements not changing with different outputs in a Java Text Field
So I’m pretty new to the whole Java UI thing and I just came across a problem where the output of one of my if statements ( the ones with that suggest adding numbers, special chars etc., the password strength one is working just fine) just wouldn’t change no matter how many times I try to change the input in my text Field.
.
`if(e.getSource()==click){
pass = Input.getText();
If Statements not changing with different output in a Java Text Field
So I’m pretty new to the whole Java UI thing and I just came across a problem where the output of one of my if statements ( the ones with that suggest adding numbers, special chars etc., the password strength one is working just fine) just wouldn’t change no matter how many times I try to change the input in my text Field.
.
`if(e.getSource()==click){
pass = Input.getText();