Back to Homepage

SwingStates: A "joystick" text field

A simple Java Applet to set a numeric value using a joystick-like interaction. Press left mouse button on the text field and drag upward to increment the value or downward to decrement the value. The larger the distance between the cursor location and the press location, the faster the numeric value is set: the rate is displayed beside the mouse cursor.

See sources: 1, 2.