SWT’s Scale component supports only a single thumb, and I have the need for two, in order to show a value range (ie. one thumb is the lower limit, the other the upper limit).
Can anybody a) point me in the direction of one (commercial or free, Google’s been no help), or b) suggest the best way to go about implementing one from scratch?
To answer my own question, in case it benefits others in a similar situation: the Opal project’s RangeSlider appears to provide the functionality I’m after.