Searched defs:checkbox (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest4222508.java41 private JCheckBox checkbox; field in class:Test4222508
47 this.checkbox = new JCheckBox("Enable the color chooser below", true);
48 this.checkbox.addItemListener(this);
49 add(BorderLayout.NORTH, this.checkbox);
54 this.chooser.setEnabled(this.checkbox.isSelected());
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Checkbox.cpp38 jobject checkbox; member in struct:SetLabelStruct
43 jobject checkbox; member in struct:SetStateStruct
68 return TEXT("BUTTON"); /* System provided checkbox class (a type of button) */
77 AwtCheckbox *checkbox = NULL; local
93 checkbox = new AwtCheckbox();
116 checkbox->CreateHWnd(env, labelStr, style, exStyle,
142 return checkbox;
355 jobject checkbox = sls->checkbox; local
362 JNI_CHECK_PEER_GOTO(checkbox, don
412 jobject checkbox = jos[0]; local
457 jobject checkbox = sss->checkbox; local
[all...]

Completed in 30 milliseconds