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...

____ are the patterns or blueprints from which objects are made.

A. Classes B. Variables C. Functions D. Methods

Computer Science & Information Technology

What happens when you move a file with NTFS permissions to a different NTFS volume?

A. The file inherits the permissions of the parent folder to which it is moved. B. The file retains the permissions it had prior to the move. C. The file permissions are merged with the destination parent's permissions. D. The file loses all permissions, and must be assigned new permissions.

Computer Science & Information Technology