Top Posters
Since Sunday
t
7
m
6
k
6
F
5
j
5
t
5
j
5
G
5
f
5
a
5
d
5
c
5
New Topic  
Oughto Oughto
wrote...
Posts: 742
Rep: 1 0
7 years ago
The variable panel references a JPanel object. The variable bGroup references a ButtonGroup object, which contains several button components. If you want to add the buttons to the panel
A) use the statement, panel.add(bGroup);
B) use the statement, Panel panel = new Panel(bGroup);
C) use the statement, bGroup.add(panel);
D) add each button to panel one at a time, e.g. panel.add(button1);
Textbook 
Starting Out with Java: Early Objects

Starting Out with Java: Early Objects


Edition: 4th
Author:
Read 112 times
2 Replies
Replies
Answer verified by a subject expert
blitheringblithering
wrote...
Posts: 354
Rep: 9 0
7 years ago
Sign in or Sign up in seconds to unlock everything for free
More solutions for this book are available here
1
University of Notre Dame

Related Topics

Oughto Author
wrote...
7 years ago
I mentioned in my previous post that I chose this as an elective, thanks for helping me understand
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1009 People Browsing
Related Images
  
 290
  
 406
  
 381
Your Opinion
Who's your favorite biologist?
Votes: 587