DefaultCheckListModel(boolean[] state, Object[] values) Creates a new model with the given state of checkboxes and the given
values
Parameters: state - state of the checkboxes.
public DefaultCheckListModel(boolean[] state, Object[] values)(Code)
Creates a new model with the given state of checkboxes and the given
values
Parameters: state - state of the checkboxes. A copy of this array will NOT becreated. Parameters: values - values. A copy of this array will NOT becreated.