开发者

SWT or JFACE Sliders

开发者 https://www.devze.com 2023-01-04 18:28 出处:网络
Does anyone know if there are any \"out of the box\" (e.g. open source library, in SWT or JFA开发者_开发问答CE directly) ways to create date sliders or sliders with more than one thumb in SWT or JFACE

Does anyone know if there are any "out of the box" (e.g. open source library, in SWT or JFA开发者_开发问答CE directly) ways to create date sliders or sliders with more than one thumb in SWT or JFACE?

TIA


You could make a date slider by connecting an SWT Slider with a CLabel to display the date. However, you would only have one thumb.

0

精彩评论

暂无评论...
验证码 换一张
取 消