Posts by ARTHUR KRAEMER • 11 points
2 posts
-
-1
votes1
answer31
viewsA: problem with if and Else
Maybe using . equals() works. if(ff.equals("w")) { System.out.println("você esta indo para frente"); System.out.println("um inimigo apareceu o que fazer? w= atacar c=correr"); ff =…
-
-2
votes1
answer30
viewsQ: Filter list by keyword array
The idea is to make a filter. I have a text field that the user types what they want to filter, so I store the typed words in an array. Ex.: The user typed in the "config company" field, the array…