Event « JSlider « Java Swing Q&A





2. JSlider Events Question    coderanch.com

I have a series of JSliders. And on the sliding of these sliders I have things that happen. When I use the mouse to slide the sliders, everything works fine. However, if I use the arrow keys to move the sliders up and down, the stateChanged event never happens. Also, I have text fields and I can just enter the numeric ...

3. Want to assign one event to two different JSliders    forums.oracle.com

Have you tried it yet? I think that you'll learn more, and we'll be able to help you more if you try it first, see what happens, and then report here the result along with a posting of your code. This way you may solve it yourself, and if you don't, by looking at your code and the results, we'll have ...