Abstract Window Toolkit (AWT) Question:

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. A window can be modal.

Read All 41 AWT Questions
Previous QuestionNext Question
What advantage do Javas layout managers provide over traditional windowing systems?Which is the super class of all event classes?