Abstract Window Toolkit (AWT) Question:
Which is the super class of all event classes?
Answer:
The java.awt.AWTEvent class is the highest-level class in the AWT event-class hierarchy.
Previous Question | Next Question |
What is the difference between a Window and a Frame? | What is the purpose of the enableEvents() method? |