Exam 7: A First Look at Gui Applications

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Programs that operate in a GUI environment must be

(Multiple Choice)
4.8/5
(33)

In GUI terminology,a container that can be displayed as a window is known as a _______________.

(Multiple Choice)
5.0/5
(42)

You must use the statement import java.swing.*;in order to use the ItemListener interface.

(True/False)
4.8/5
(45)

The FlowLayout manager does not allow the programmer to align components.

(True/False)
4.7/5
(34)

When this is the argument passed to the JFrame class's setDefaultCloseOperation()method,the application is hidden,but not closed.

(Multiple Choice)
4.7/5
(36)

What will be the result of executing the following statement? panel.setBorder(BorderFactory.createTitleBorder("Title"));

(Multiple Choice)
5.0/5
(41)

A GUI program automatically stops executing when the end of the main method is reached.

(True/False)
4.8/5
(40)

The System.exit method will end the application.

(True/False)
4.9/5
(34)

A common technique for writing an event listener class is to write it as a private inner class inside the class that creates the GUI.

(True/False)
4.8/5
(36)
Showing 41 - 49 of 49
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)