Java Swing Programming Question:
What is an event handler in swing?
Answer:
An event handler is a part of a computer program created to tell the program how to act in response to a specific event.
Previous Question | Next Question |
What is an event in Swing? | What is a layout manager? |