I am basically trying to pass user input from a jtextfield (as an integer number) using a jbutton to my gameInit() function and it does NOT work.
Under the gameInit() function, it thinks that the variable 'input' is zero. I think its because it just executes the entire gameInit function and...
I want to use java swing to make an overglorified terminal, basically a jTextArea for the output and a jTextField for input
if someone can point me to the right direction to do this, that would be great!
BEST ANSWER WINS!
I want to use java swing to make an overglorified terminal, basically a jTextArea for the output and a jTextField for input
if someone can point me to the right direction to do this, that would be great!
BEST ANSWER WINS!