Thread: custom JSlider
View Single Post
Old 07-22-2006, 03:01 PM   #2 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,139
Belisarius is on a distinguished road
I'm not a Java GUI expert, so you might want to double-check what I'm about to say.

My impression is that no, there isn't a trivial way to change the look/feel of JSlider because you're using a look/feel theme that's suppose to convey uniformity across the application. If you want to change the way the individual components render, you need to use/develop a different look/feel and apply it to the whole application.
__________________
GitS
Belisarius is offline   Reply With Quote