Searched refs:selectedCheckbox (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DCheckboxGroup.java64 Checkbox selectedCheckbox = null; field in class:CheckboxGroup
99 return selectedCheckbox;
131 Checkbox oldChoice = this.selectedCheckbox;
132 this.selectedCheckbox = box;
147 return getClass().getName() + "[selectedCheckbox=" + selectedCheckbox + "]";

Completed in 28 milliseconds