InterviewSolution
Saved Bookmarks
| 1. |
Explain Widget Class? |
|
Answer» The CLASS Widget is the base class for the MAJORITY of user-interface objects. Widget ADDS support for receiving events from the browser and being added directly to PANELS. The class Widget is the base class for the majority of user-interface objects. Widget adds support for receiving events from the browser and being added directly to panels. |
|