What is the differance between Frame and window?

Showing Answers 1 - 2 of 2 Answers

GovindaRao

  • May 15th, 2006
 

A resizable, movable window with title bar and close button. Usually it contains Panels.

A window without a title bar or move controls. The program can move and resize it, but the user cannot. Free standing Window, not inside any other Window. It must have a parent Frame mentioned in the constructor.

  Was this answer useful?  Yes

srikanth boddu

  • May 15th, 2006
 

Frame is a top level window with a titlebar and a menubar, Frame is the subclass of WindowFrame is a container for other java components,Window is a top level window with no titllebar and no menubar,

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions