Online Programming Server

Login

Login with facebook [?]

Facebook

Tutorial 65: CSC1130S - Lecture 11b: Event Handling

You are here: Tutorials >> Basic >> Java >> Introduction to Computing Using Java >> CSC1130S - Lecture 11b: Event Handling

Tutorial ID65
TitleCSC1130S - Lecture 11b: Event Handling

Michael Said...

  • GUI components are objects.
  • We set colour and size to them.
  • We add listener object(s) to them (Registration).
  • Listener objects
    • are objects bearing certain “finger-print”;
    • have methods to deal with the corresponding events.

Post Your Comment

Title
Message