Updating position of JSlider Swing

Posted by GLRockwell on Stack Overflow See other posts from Stack Overflow or by GLRockwell
Published on 2009-12-05T07:43:26Z Indexed on 2010/06/16 14:02 UTC
Read the original article Hit count: 307

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing