Package comboslider

See: Description

Package comboslider Description

This package provides a Swing component for entering an integer value that combines a linked slider and editable text field.

[Introduction] [Usage] [Related Documentation]

Introduction

[Description]

ComboSlider creates a Swing control for entry of an integer value. The control combines a slider with an editable text field, linked so that the text field shows the current value of the slider, and changing either one updates the other to match.

Usage

[Description]

Add an instance of ComboSlider to a Swing GUI the same way you would add an ordinary text field or slider.

Related Documentation

[Description]