willcoop273 willcoop273
  • 23-08-2019
  • Computers and Technology
contestada

The maximum number of radio buttons that can be selected within a ButtonGroup is

1.
2.
5.
all.

Respuesta :

Branta Branta
  • 29-08-2019

Answer:

1

Explanation:

The maximum number of radio buttons that can be selected within a ButtonGroup is  1.

For example, in the following code segment we create a button group btn_group consisting of 5 buttons.

ButtonGroup btn_group = new ButtonGroup();

btn_group.add(btn_one);

btn_group.add(btn_two);

btn_group.add(btn_three);

btn_group.add(btn_fours);

btn_group.add(btn_five);

Buttongroup ensures that a maximum of one button is selected at any given point of time.

Answer Link

Otras preguntas

Is The Ratio 35 To 10 Proportional To The Ratio 7 To 5?Explain
what is a cell wall in simple words
The substance that gets broken down in a homogeneous mixture is the A. Colloid B. Solution C. Solvent D. Solute
What is the theory of slow change over long time periods
what is 45 divided by 8
Mr.Salvi makes car payments of 489.95 each month. How much does Mr.Salvi spend on car payments in 12 months?
Suppose that the grade 7 students expect to sell between 100 and 150 hot dogs how many packages of 12 wieners and 8 buns should the students buy if they don't w
You are going to mix a gallon bucket of window cleaner. The instructions direct you to mix 1 part cleaner to 3 parts water. How much cleaning solution will you
The height of Gateway Arch shown on Missouri quarter is 630 feet or 7,560 inches.Find how many 4-inch stacks of quarters make up the height of Gateway Arch.If t
from least to greatest 0.75, 1/2, 0.4, and 1/5