Which of the following describes an AnchorPane?

a. Enables you to set the position of child nodes relative to the pane’s edges. Resizing the pane
does not alter the layout of the nodes.
b. Includes five areas—top, bottom, left, center and right—where you can place nodes. The top
and bottom regions fill its width and are vertically sized to their children’s preferred heights. The
left and right regions fill its height and are horizontally sized to their children’s preferred widths.
The center area occupies all of its remaining space. You might use the different areas for tool
bars, navigation, a main content area, etc.
c. Lays out nodes consecutively—either horizontally or vertically. When the boundary for the
pane is reached, the nodes wrap to a new line in a horizontal pane or a new column in a vertical
pane.
d. Creates a flexible grid for laying out nodes in rows and columns.


a. Enables you to set the position of child nodes relative to the pane’s edges. Resizing the pane
does not alter the layout of the nodes.

Computer Science & Information Technology

You might also like to view...

The _____  model has become the most popular database model.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Create a new movie like the makeSunsetMovie method that turns the beach black after the blue and green is reduced by a passed amount.

What will be an ideal response?

Computer Science & Information Technology

Which graphical user interface screen element is used to perform an action?

A) check box B) command button C) drop-down list box D) list box E) radio button

Computer Science & Information Technology

Specify the order of operations in which the following formula would be calculated:=(4+7)+3^2*5-2

A. (4+7) B. 3^2 C. *5 D. +3 E. -2

Computer Science & Information Technology