How can a GUI component handle its own events ?

3 years ago
OOP Java

A GUI component can handle its own events, by implementing the corresponding event-listener interface and adding itself as its own event listener.

More related questions

Questions Bank

View all Questions