|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
rowSpec
and columnSpec
and the size of the container.
null
if the index is out of bounds.
null
if there is no panel
with this title.
true
if the panel at the specified index is marked as verified, or
false
otherwise.
null
if the index is out of bounds.
getStepSize
SpinnerNumberModel model = new SpinnerNumberModel(0, 0, 10, 2);
model.setValue(0); // will result in 0 in the ui
model.setValue(2); // will result in 2 in the ui
model.setValue(1); // will result in 2 in the ui
SpinnerNumberModel model = new SpinnerNumberModel(1, 1, 10, 2);
model.setValue(1); // will result in 1 in the ui
model.setValue(3); // will result in 3 in the ui
model.setValue(2); // will result in 3 in the ui
addMouseListenerToHeaderInTable(JTable table)
in TableSorternew TwoColorListCellRenderer(null)
new UIC(fileName,"");
SpinnerNumberModel model = new SpinnerNumberModel(0, 0, 10, 2);
model.setValue(0); // will result in 0 in the ui
model.setValue(2); // will result in 2 in the ui
model.setValue(1); // will result in 2 in the ui
SpinnerNumberModel model = new SpinnerNumberModel(1, 1, 10, 2);
model.setValue(1); // will result in 1 in the ui
model.setValue(3); // will result in 3 in the ui
model.setValue(2); // will result in 3 in the ui
JTextField
that adds usability features.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |