Change the JSlider look and feel
问题 I have gone through this website Change look and feel of JSlider but except for Slider.altTrackColor nothing else is working. I want to do something like shown in pic1 any suggestion would be of great help. I'm working on JDK 1.6. UIDefaults defaults = UIManager.getDefaults(); defaults.put("Slider.altTrackColor", Color.red); defaults.put("Slider.thumb", Color.red); I have also tried this: WindowUtilities.setNativeLookAndFeel(); // WindowUtilities.setNimbuzzLookAndFeel(); // WindowUtilities