Questions tagged [jslider]

JSlider is a Java Swing component that lets the user graphically select a value by sliding a knob within a bounded interval.

379 questions
-2
votes
1 answer

How to set a JSlider to the duration of an audio file?

Is this event possible to implement in a JSlider or not? Also, can one be able to move the slider to a certain point in the audio file? To Elaborate, the user can drag the slider to any point in the JSlider which causes the playback to "rewind" or…
-2
votes
2 answers

"XML style closing syntax for an empty element" issue using the jssor slider

Hi all i have downloaded the jssor full pack and unzipped to my website folder how come i got an error whilst copy and paste the code onto my html code that i made using adobe dreamweaver cs3. Here are some of the errors: The tag: "link" has an XML…
-2
votes
1 answer

Java Swing JSlider

In my game im currently working on a basic main menu and im looking for a few things. Currently the only way to see which Jslider is which is by hovering over it.. any suggestions? When i change the JSlider brightness or the JSlider audio it doesnt…
-3
votes
2 answers

JSliders only sliding halfway

I have a number JSliders in my application and I'm wondering as to why they only slide to half way. public class test1 extends javax.swing.JFrame { public test1() { initComponents(); jSlider1.setExtent(255); …
Tristan
  • 31
  • 7
1 2 3
25
26