Method add(AbstractButton b)
Return type: void
Member of: javax.swing.ButtonGroup
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 group.add(button);
2 super.add(b);
3 langGroup.add(i18nLangOpt);
4 group.add(selector);
5 bg.add(showChangesButton);
6 fontButtonGroup.add(r);
7 group.add (result);
8 group.add(mi);
9 group.add(b);
10 buttonGroup.add(button);
11 group.add(menu_item);
12 radioButtons.add(radioButton);
13 buttonGroup1.add(jRadioButtonDir);
14 group.add(button);
15 b.add(mi);
16 group.add(textButton);
17 Group.add(checks[i]);
18 bg.add(item);
19 selectImageGroup.add(rbMenuItem);
20 buttonGroup.add( this.jRadioButtonEDI );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.