GUI Flashcards
1
Q
GUI
A
interface that takes advantage of computers graphical ability to allow users to interact with electronic devices through graphical icons and visual indicators
2
Q
Types of containers
A
JFrame
Japplet
Application
JPanel
3
Q
Event
A
a way for GUI components to communicate with the rest of the application
4
Q
Components of event
A
Event
Event source
Event listener
5
Q
Event source
A
components generating events
6
Q
Event Listener
A
objects that receive and processes events