June 2017
Beginner
1296 pages
69h 23m
English
26.1 Fill in the blanks in each of the following statements:
Method __________ is called when the mouse is moved with no buttons pressed and an event listener is registered to handle the event.
Text that cannot be modified by the user is called __________ text.
A(n) __________ arranges GUI components in a Container.
The add method for attaching GUI components is a method of class __________.
GUI is an acronym for __________.
Method __________ is used to specify the layout manager for a container.
A mouseDragged method call is preceded by a(n) __________ method call and followed by a(n) __________ method call.
Class __________ contains methods that display message dialogs and input dialogs.
An input dialog capable of receiving ...