DEVFYI - Developer Resource - FYI

36 Q How can a GUI component handle its own events?

Swing AWT Interview Questions


(Continued from previous question...)

36 Q How can a GUI component handle its own events?

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

(Continued on next question...)

Other Interview Questions