Search:

Type: Posts; User: Junky

Search: Search took 0.10 seconds.

  1. Re: method not passing across actionlistener interface

    For starters I would move most of the code from your main method into the GUI class. Then you can make your Listener classes inner classes of the GUI class. This will allow them to have access to...
  2. Re: method not passing across actionlistener interface

    err no you can't. Unless you are using a different version of Java to everyone else on the planet.
  3. Re: method not passing across actionlistener interface

    You have declared ColorField inside the main method of the ColorSelectorTester class and then trying to access it from the RButtonListener class. You cannot do this. You can only access a variable...
Results 1 to 3 of 3