Multiple Choice
With GridLayout, you can specify the number of rows only; you can use ____ for the number of columns and let the layout manager determine the number of columns.
A) null
B) 0
C) 99
D) -1
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: _ are lists of user options; they
Q14: You use the _ interface when you
Q16: Layout managers are interface classes that align
Q19: Each JMenu can contain options, called JMenuItem
Q39: What is a mnemonic? Provide an example
Q40: import java.awt.*;<br>import javax.swing.*;<br>import java.awt.Color;<br>public class Checkerboard extends
Q43: Match each term with the correct statement
Q48: When you create a simple scroll pane
Q49: Write the code to create a scroll
Q51: Which of the following is NOT a