|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
int ) |
Documentation changed from old to new. |
Creates a slider using the specified orientation with the range 0 to 100 and an initial value of 50. |
int, |
Documentation changed from old to new. |
Creates a horizontal slider using the specified min and max with an initial value equal to the average of the min plus max. |
int, |
Documentation changed from old to new. |
Creates a slider with the specified orientation and the specified minimum maximum and initial values. |
void ) |
Documentation changed from old to new. |
Creates a horizontal slider with the range 0 to 100 and an initial value of 50. |
Added Methods | |
ChangeListener[] getChangeListeners() |
Returns an array of all the ChangeListener s added to this JSlider with addChangeListener(). |
Changed Methods | ||
Dictionary getLabelTable() |
Documentation changed from old to new. |
Returns the dictionary of what labels to draw at which values. |
void updateLabelUIs() |
Documentation changed from old to new. |
Resets the UI property to a value from the current look and feel. |
void updateUI() |
Documentation changed from old to new. |
Resets the UI property to a value from the current look and feel. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |