Updating position of JSlider Swing
- by GLRockwell
My apologies for posting tons of questions as of late.
I'm trying to get a JSlider to update its position based on a constantly updating variable.
The setValue(n) method doesn't seem to work. Is there any alternative? We're using this as a time marker for a music player.