A JRadioButton is different from a JCheckBox in that .
a. a JRadioButton is a subclass of JToggleButton, JCheckBox is not.
b. normally several JRadioButtons are grouped together and are mutually exclusive.
c. a JRadioButton is a type of button, JCheckBox is not.
d. a JRadioButton is a state button, JCheckBox is not.
b. normally several JRadioButtons are grouped together and are mutually exclusive.
You might also like to view...
To initialize reference type variables, you usually create an object using the ____ operator.
A. & B. * C. + D. new
The argument to ListView method setCellFactory is an implementation of interface ________ (package javafx.util). This generic interface provides a call method that receives one argument and returns an object of the custom ListCell
a. Call b. getListCell c. CallBack d. None of the above.
File name, size, and rating are examples of metadata
Indicate whether the statement is true or false
Modifications made to a style in the Modify Style dialog box are visible in the:
A) Styles gallery. B) document sections to which the style had been applied. C) Navigation pane. D) Styles gallery and the document sections to which the style had been applied.