1. Extending Java Swing Widgets (Wish to add animation and extra markers to JSlider) stackoverflow.comI am interested in creating a new widget similar to the JSlider widget, but with a "ghost" (translucent) knob displaying the previous slider position, as well as adding a trails-like animation ... |
2. Extending JSlider and MetalSliderUI coderanch.comI am creating a custom knob, that will look like a radio dial or synth knob. The functionality will be the same as a JSlider, in that the knob control will be used to select a value by turning it. The only difference between it and a JSlider is that the JSlider goes up and down or side to side as ... |
3. Extending JSlider coderanch.com |