Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+33 votes
asked in CSC285_Fall2018 by (1 point)

1 Answer

+17 votes

So the basic idea is you need to update the value of the slider each time you update your frame (using showFrameAt() with a timer). You should use the method .setValue(double value) to your slider object in order to update it.

answered by (1 point)
...