What is the difference between panel and frame ?
Answer Posted / vishal
A Frame is the outer Cover empty inside, used to display
images, to cover laminated things, or to cover anything
according to the size and shape of the object inside....e.g:
A photo frame, A steel frame covering the Notice Board
hanging on a wall..etc.
Whereas the Panel is the Cover and it may be use to cover
the entire object, It is not empty inside...we can't see any
image from a panel when it is placed upon the particular
object....can be in round, rectangular, triangular or in any
shape matching to the object to cover it properly.
| Is This Answer Correct ? | 6 Yes | 19 No |
Post New Answer View All Answers
How is java created?
What is the use of accept () method in java?
When arithmeticexception is thrown?
What is a treeset in java?
What is final keyword in java? Give an example.
What is final method in java?
What is difference between float and double?
What is replaceall in java?
Explain the importance of throwable class and its methods?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Can a constructor call the constructor of parent class?
what is an objects lock and which objects have locks? : Java thread
What does main method?
What is an anonymous class in java?
What is stack explain?