Constructor JCheckBox(String text)
Member of:
javax.swing.JCheckBox
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
value=new JCheckBox(getTextByLanguage(node,"hint",lang));
2
attElem = new JCheckBox((String)atts.get(i));
3
new JCheckBox(JMeterUtils.getResString("ignore_subcontrollers"));
4
checkBox = new JCheckBox(HTML_TEXT);
5
_checkbox = new JCheckBox("Include dependent files");
6
add(cb_include = new JCheckBox(Resources.LABEL_INCLUSIVE), "0,10,3,1,32");
7
components.add(new JCheckBox("
Checkbox
"));
8
JCheckBox box = new JCheckBox(label);
9
fitHorizontallyControl = new JCheckBox("Fit Horizontally");
10
notBox = new JCheckBox(JMeterUtils.getResString("assertion_not"));
11
_hasIRMan = new JCheckBox( "Use IRMan" );
12
checks[i] = new JCheckBox(MODIFIER_NAMES[i]);
13
validate = new JCheckBox( "Validate");
14
gridEnabledCheckBox = new JCheckBox("use");
15
line.add(flashBox = new JCheckBox("with flashing yellow"));
16
checkBox = new JCheckBox(theNames[i]);
17
m_includeButton = new JCheckBox("");
18
rememberPassBox = new JCheckBox( Msg.get("label.remember.password") );
19
positionElem = new JCheckBox("Specify position constraint: "+position);
20
cb = new JCheckBox(key);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.