Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Sider Widget, or Progress Bar Widget

> Hi there, I am playing around with making a media player in SWT.
>
> I am currently runing on linux, and am using progress bars to show the
> volume levels.
>
> I had tried using a slider, but didn't like the look of it.
>

You probably want to use a Scale widget. We got bitten by this naming
confusion too :)

Am I right?
Taras


Back to the top