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. |
|