JCheckbox

mar
28 de Julio del 2003
Hola,
quisiera saber que metodo de los JCheckbox me permite saber si esta o no seleccionado.
Gracias.

Nena
28 de Julio del 2003
Echa un vistazo en la API al método:
isSelected
public boolean isSelected()
Returns the state of the button. True if the toggle button is selected, false if it's not.

Returns:
true if the toggle button is selected, otherwise false