-1
votes
4answers
133 views
Java- && doesn’t seem to be working in a while loop…
NEVER MIND- IT WAS MY OWN DUMB MISTAKE, CONFUSED THE VARIABLES
I have the following while loop:
while (((pi.getFunds() - rmiPrice) > 0) && (rmi …
0
votes
2answers
39 views
Cant get Java Timer working (javax.swing.Timer)
So I'm trying to learn how the javax.swing.Timer works, but I can't get it to do a simple operation. Basically all I'm trying to do is have the system print out "test2" every second, but it seems …
0
votes
Java- && doesn’t seem to be working in a while loop…
Oh wow, I think I just used the wrong variables.... sorry guys.... How do I delete the question?
…
