![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2005
Posts: 2
Rep Power: 0
![]() |
JSlider with 3 sliding tickers?
Does anyone know how to create a slider that can show 3 values at the same time? 3 tickers on one slider? (Max - average and Min all on one slider)
please assisst. Thanks. |
|
|
|
|
|
#2 |
|
Professional Programmer
|
http://java.sun.com/j2se/1.5.0/docs/api/ go to JSlider look up setLabelTable()
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Feb 2005
Posts: 2
Rep Power: 0
![]() |
Jslider with 3 tickers?
Dose this method create one slider with 3 tickers or sliding objects?
I want one slider ranging from 0-10 with 3 tickers. User needs to drag each of the three tickers to show min-avrg-max values of a variable through the slider. I need to get 3 values out of one slider. |
|
|
|
|
|
#4 |
|
Professional Programmer
|
i don't know read the javadoc of the JSlider class, it defines all methods available, and there's a link to a tutorial.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|