Multiple Choice
A modal dialog box
A) suspends execution of any other statements until the dialog box is closed.
B) is displayed for a short period of time and then disappears from the screen.
C) always appears in the center of the screen.
D) determines the mode your program runs in.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Very few of the Swing components are
Q2: To end an application, you pass this
Q3: This method of the JOptionPane class is
Q4: A(n) _ is an action that takes
Q5: In GUI terminology, a container that can
Q7: If panel references a JPanel object, which
Q8: When using the BorderLayout manager, how many
Q9: The signature of the actionPerformed method in
Q10: This is a basic window that has
Q11: What will be displayed when the following