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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWCheckboxPeer.java194 void setRadioButton(final boolean showRadioButton) { argument
195 rb.setVisible(showRadioButton);
196 cb.setVisible(!showRadioButton);

Completed in 690 milliseconds