Constructor JRadioButton(String text)
Member of:
javax.swing.JRadioButton
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
v.addElement(b = new JRadioButton("Reserved value "+v.size()));
2
forwardButton = new JRadioButton("Forward");
3
radioButton = new JRadioButton(HTML_TEXT);
4
JRadioButton radioButton = new JRadioButton(selections[i]);
5
components.add(new JRadioButton("
radio button
"));
6
JRadioButton button = new JRadioButton(descr);
7
textButton = new JRadioButton(TEXT_BUTTON_LABEL);
8
theButtons[i-1] = new JRadioButton(String.valueOf(i));
9
add(rb_kp = new JRadioButton(Resources.LABEL_KEEP_APPS), "0,4,2,1,18");
10
JRadioButton radioButton = new JRadioButton("radio button");
11
uriBt=new JRadioButton("URI");
12
JRadioButton b1 = new JRadioButton("No node reductions");
13
radioTable = new JRadioButton("Add to existing table:");
14
JRadioButton allCombiButton = new JRadioButton("Use all possible combinations");
15
approveButton = new JRadioButton( Msg.get("add.approve") );
16
JRadioButton detachButton = new JRadioButton(SOCIETY_DETACH);
17
JRadioButton rButton = new JRadioButton(dataSources[j].getDescription());
18
r = new JRadioButton( LR_BUTTONS[i] );
19
JRadioButton contentInside = new JRadioButton("content inside match tag");
20
case(AtrisXMLEditorToolbar.TOOLBAR_RADIOBUTTON):addObject("RadioButton",lOverComponent,new JRadioButton("RadioButton"),lpointActual.x,lpointActual.y,100,19);break;
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.