Search:

Type: Posts; User: andbin

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: can anyone help me what is wrong with my code?

    You have declared (as instance variable) a:

    JSlider redSlider
    and you have created an instance of JSlider with
    redSlider = new JSlider(JSlider.HORIZONTAL, 0, 255, 0);

    then you have declared...
  2. [SOLVED] Re: can anyone help me what is wrong with my code?

    First, this is not a compiler "warning" but an exception at runtime. Second, please learn how to interpret the stack trace, it says:

    at colorslider.<init>(colorslider.java:36)

    What is there at...
Results 1 to 2 of 2