0
Java
how to count jtextfields equal text. int count =0; string a = jtext1.getText().toString(); string b = jtext2.getText().toString(); if(a=="a"){ count++; } if(b=="b"){ count++; } jlabel.setText(count)
2 Réponses
+ 9
In the Java lessons,
https://www.sololearn.com/learn/Java/2178/