Multiple Choice
When this is the argument passed to the JFrame class's setDefaultCloseOperation() method, the application is hidden, but not closed.
A) HIDE_ON_CLOSE
B) JFrame. HIDE_ON_CLOSE
C) JFrame.EXIT_ON_CLOSE
D) JFrame.HIDE_NOT_CLOSE
Correct Answer:

Verified
Correct Answer:
Verified
Q50: Which of the following statements is NOT
Q51: This is a graphic image that is
Q52: Assume that the variable checkbox references a
Q53: The System.exit method will end the application.
Q54: This is a basic window that has
Q55: AWT components are commonly called _ components
Q56: Some of the common GUI components are
Q57: What does the following statement do?<br>AddButton.addActionListener(new AddButtonListener());<br>A)
Q58: The ActionEvent argument that is passed to
Q59: The GridLayout manager limits each cell to