Search:

Type: Posts; User: Norm

Search: Search took 0.16 seconds.

  1. Replies
    7
    Views
    1,855

    Re: JSLider with ChangeListener question

    Where are the error messages?
    The redSlider, etc variables are defined locally to the constructor and are not known outside of the method. Move their definitions out of the constructor to the class...
  2. Replies
    7
    Views
    1,855

    Re: JSLider with ChangeListener question

    Please Edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.

    You left off the []s

    You forgot to post the full text of the error messages.
  3. Replies
    7
    Views
    1,855

    Re: JSLider with ChangeListener question

    If you have some code you are having problems with, please post it. It should be a small, complete program that compiles, executes and shows the problem.

    The redSlider variable in your code is...
Results 1 to 3 of 3