Class Dial

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
com.marginallyclever.convenience.swing.Dial
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class Dial extends JComponent
A dial that can be turned with the mouse wheel, mouse click+drag, or the keyboard +/- keys. Attach an ActionListener to receive the "turn" command when the dial is turned.
See Also: