java - How to get the skin of an SWT widget? -


i want create swt scale widget two/multiple thumbs. problem want have native skin on each platform , not custom made skin.

practically, want skin of every component of widget , draw them myself.

any ideas how that, or maybe alternate solution?

thanks!

swt widgets don't have skins (as swing widgets do), drawn native windowing toolkit (win32, gtk+, etc.).


Comments