|
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.
|