filmov
tv
JavaFX Tutorial 10 - CheckBox

Показать описание
CheckBox
A CheckBox is used for the user to make a selection.
The isSelected() method gets the value of the CheckBox selected. It indicates whether this CheckBox is checked.
The getText() method gets the value of the CheckBox text or null.
A CheckBox is used for the user to make a selection.
The isSelected() method gets the value of the CheckBox selected. It indicates whether this CheckBox is checked.
The getText() method gets the value of the CheckBox text or null.