InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between a Window and a Frame? |
|
Answer» The Frame class extends Window to define a main application window that can have a menu bar. |
|