Which of the following statements is false?

a. ToggleGroup method getSelectedToggle returns the Toggle that’s currently selected. Class RadioButton is one of several controls (others are RadioButtonMenuItem and ToggleButton) that implements interface Toggle.
b. Each mouse event handler you define must provide one parameter of type MouseEvent. When the event occurs, this parameter contains information about the mouse event, such as its location, whether any mouse buttons were pressed, which node the user interacted with and more.
c. Each layout pane has a getChildren method that returns an Ob-servableList collection containing the layout’s child nodes.
d. All JavaFX shapes inherit indirectly from class Shape in the ja-vafx.scene package.

D

Computer Science & Information Technology

You might also like to view...

The statement to declare strName as a variable that can hold character data is _______________.

a. Dim strName As Text b. Dim strName As Single c. Dim strName As Word d. Dim strName As String

Computer Science & Information Technology

The architecture of a screened subnet firewall provides a ____.

A. tunnel B. bastion host C. VPN D. DMZ

Computer Science & Information Technology