public class JSlider extends JComponent
implements SwingConstants,
Accessible java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JSlider
Costruttori
Argomenti | Descrizione |
| Da 1 a 100, valore 50, orizzontale |
int | ..., VERTICAL/HORIZONTAL |
int, int | Da ... a ... |
int, int, int | Da ... a ..., valore ... |
int, int, int, int | VERTICAL/HORIZONTAL, da ... a ..., valore
... |
Metodi
Nome | Argomenti | Tipo | Descrizione |
---|
getValue
getMaximum
getMinimum getMajorTickSpacing
getMinorTickSpacing
getOrientation | | int | Info? |
getPaintLabels
getPaintTicks
getPaintTrack
getSnapToTicks | boolean |
setValue
setMaximum
setMinimum setMajorTickSpacing
setMinorTickSpacing
setOrientation | int | | Info | setPaintLabels
setPaintTicks
setPaintTrack
setSnapToTicks | boolean |
Si associa l'ascoltare con addChangeListener
|