A(n) ________ is a macro that executes when an event attached to a control or object occurs

A) embedded macro
B) procedure macro
C) stand-alone macro
D) command macro

A

Computer Science & Information Technology

You might also like to view...

To insert a footer on several worksheets at the same time, you must first ________ them

Fill in the blank(s) with correct word

Computer Science & Information Technology

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.

Computer Science & Information Technology