When you create a(n) ____, you can group several components, such as JCheckBoxes, so a user can select only one at a time.

A. CheckGroup
B. ButtonGroup
C. OptionBox
D. OptionGroup


Answer: B

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The statement txtBox.Font.Bold = True will produce an error message when Visual Basic tries to execute it. 2. The Visual Basic Code Editor automatically capitalizes the first letters of reserved words. 3. The first line of an event procedure must contain both the keyword Sub and Handles. 4. The statement btnButton = "Press" produces an error message.

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) Stream manipulator showpoint forces floating-point values to print with the default six digits of precision unless the precision value has been changed, in which case floating-point values print with the specified precision. 2) The ostream member function put outputs the specified number of characters. 3) The stream manipulators dec, oct and hex affect only the next integer output operation. 4) By default, memory addresses are displayed as long integers.

Computer Science & Information Technology

?Identify a command that uses the dateDiv variable to refer the page element with ID dateNow.

A. ?var dateDiv = document.getElementById("dateNow"); B. ?var dateNow = document.getElementById(dateDiv), C. ?var dateNow = document.getElementById("dateDiv"); D. ? var dateDiv = document.getElementById(dateNow),

Computer Science & Information Technology

Which of the following is the procedure for getting Excel data into an Access table?

a. Export b. Copy Wizard c. Import d. Modify

Computer Science & Information Technology