Animation « JSlider « Java Swing Q&A





1. how to pause a animation and change the speed using a slider    coderanch.com

hi i am building a animation program which has a button to increase the animation and also a slider which does the same job along with that have a pause button to paus ethe animation.. also i have a slider which is also used to control the rate of animation. i would appreciate if any one could part me some wisdom ...

2. Is there any way to animate a JSlider and a JProgressBar?    forums.oracle.com

Hi all, I'm working on an assignment using JSliders and JProgressBars in a Java application. I've been trying to let my JSlider and JProgressBar move by itself i.e. reset the slider's current value to a new one after a specific period of time...Tried using a timer and thread but just can't seem to get it moving. Is there any way to ...