Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Oscar Montgomery   on Nov 14 In Java Category.

  
Question Answered By: Stacie Martin   on Nov 14

JRadioButton b1 = new JRadioButton("VOTE FOR BUSH");
JRadioButton b2 = new JRadioButton("VOTE FOR KERRY");

ButtonGroup bg = new ButtonGroup();
bg.add(b1);
bg.add(b2);

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on radio button Or get search suggestion and latest updates.


Tagged: