Search:

Type: Posts; User: fatboyhd2k

Search: Search took 0.14 seconds.

  1. Replies
    7
    Views
    1,859

    Re: JSLider with ChangeListener question

    Here's the code again, I've already learned something here. The errors are generated in the listener section, the are "redSlider cannot be resolved", "greenSlider cannot be resolved", and "blueSlider...
  2. Replies
    7
    Views
    1,859

    Re: JSLider with ChangeListener question

    Here's the code, I want to understand what's happening even though this is a toy program. I can compile and run everything except the listener class.

    code=java

    import javax.swing.*;
    import...
  3. Replies
    7
    Views
    1,859

    Re: JSLider with ChangeListener question

    Thanks for the quick reply guys. I was hesitant to post the whole class, I didn't want to be intrusive. Norm you've got the problem, the variable "r" is out of scope, I just don't understand why the...
  4. Replies
    7
    Views
    1,859

    JSLider with ChangeListener question

    I watched a tutorial yesterday trying to learn more about java programming....and have read several books in the last couple of years and I can't figure this one out.
    The tutorial code was:
    ...
Results 1 to 4 of 4