Recent content by ret80soft

  1. R

    Java swing with jButton and EventListeners problem!?

    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...
  2. R

    using java swing to make a 'terminal'?

    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!
  3. R

    using java swing to make a 'terminal'?

    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!
Back
Top