java - Updating position of JSlider Swing -


apologized for posting too many questions.

I am trying to get a JSlider to update my position based on the constantly updated variables.

Set Value (N) method does not seem to work. Is there any alternative? We are using it as a time marker for a music player.

provided that you have correctly configured the minimum and maximum value, setValue () < An opportunity to redo / code> will work JSlider , so make sure that you are not typing above if your code is reacting to any UI event, then you Dispatches are on thread and should return back as soon as possible.

There is a lot on the web for this to make an expensive calculation on the background thread.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -