What is the difference between a Window and a Frame?
Answers were Sorted based on User's Feedback
Answer / nageswara rao mothukuri
A window is a imaginary rectangle area on the moniter.
A frame is also a window with title bars and borders.
Now u r reading this answer is on a frame.This not the
window,but bydefault all are calling this as a window.
| Is This Answer Correct ? | 43 Yes | 7 No |
Answer / indraneel.....the sapphire
Frame can be part of the window but window can not part of
the frame
| Is This Answer Correct ? | 21 Yes | 4 No |
Answer / amrutha
we can divide the window into frames..for different frames we design in different ways..
| Is This Answer Correct ? | 18 Yes | 4 No |
Answer / chaitanya yerawar
window does not have any button but frame have button like close , minimize and maximize.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / teja kumar
frame is with in a window ,but window will not in frame.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / boopathi
Frame is a part of the window but window is not a part of
the frame
| Is This Answer Correct ? | 4 Yes | 2 No |
What is the purpose of the enableevents() method in java programming?
what is singlton class?where it is use in real time senario.
What is meant by javabeans?
In a container there are 5 components. I want to display all the component names, how will you do that?
How do you use spaces in java?
Can a vector contain heterogenous objects?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is the purpose of using javap?
why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.
When does Exception occurs?
What's the base class of all exception classes?
what is the volatile modifier for? : Java thread