Search:

Type: Posts; User: helloworld922

Search: Search took 0.16 seconds.

  1. Re: help writeing to a jtextarea from a diffrent class

    If you want your listener to be in a separate class, you need to make sure that the listener object has access to your other class's stuff. I'm not very much into GUI programming, so I'm not sure...
  2. Re: help writeing to a jtextarea from a diffrent class

    You should only need to send the textBox handle of the original PFrame. Creating a new PFrame won't help you change the original one. Instead, have your PFrame class implement ActionListener, then...
Results 1 to 2 of 2