SWING Tutorial
SWING Useful Resources
Selected Reading
- SWING - Containers
- SWING - Menu
- SWING - Layouts
- SWING - Event Adapters
- SWING - Event Listeners
- SWING - Event Classes
- SWING - Event Handling
- SWING - Controls
- SWING - Environment
- SWING - Overview
- SWING - Home
SWING Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
SWING - Event Adapters
SWING - Event Adapters
Adapters are abstract classes for receiving various events. The methods in these classes are empty. These classes exist as convenience for creating pstener objects.
SWING Adapters
Following is the pst of commonly used adapters while pstening GUI events in SWING.
Sr.No. | Adapter & Description |
---|---|
1 | An abstract adapter class for receiving focus events. |
2 | An abstract adapter class for receiving key events. |
3 | An abstract adapter class for receiving mouse events. |
4 | An abstract adapter class for receiving mouse motion events. |
5 | An abstract adapter class for receiving window events. |