To evenly distribute fixed-size components in a row using BoxLayout, use the method ________.

a. createVerticalStrut()
b. createHorizontalStrut()
c. createVerticalGlue()
d. createHorizontalGlue()


d. createHorizontalGlue()

Computer Science & Information Technology

You might also like to view...

To remove a node with a positive index k from a linked list,

A) decrement k by 1, and set the reference to the node to be removed to null B) start a reference r at the head of the list, walk r forward k steps, and then set r to null C) assign the successor reference in the node with index k to the successor reference in the node with index k-1 D) decrement k by 1, and then use recursion

Computer Science & Information Technology

What default reference bandwidth does OSPF use when calculating the metric?

A) 10 Mbps B) 1 Gbps C) 100 Mbps D) 100 Gbps

Computer Science & Information Technology

Dynamic text can have HTML style properties defined within it.

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

Computer Science & Information Technology

Third-generation programming languages include all the following languages except which one?

A. FORTRAN B. BASIC C. COBOL D. XML E. C

Computer Science & Information Technology