Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between panel and frame ?

Answer Posted / sathya

Frame : A resizable, movable window with title bar and
close button. Usually it contains Panels.
It is Derived From Window. Default layout is BorderLayout.

Panel : A region internal to a Frame or another Panel. Used
for grouping components together. Not bounded by a visible
border. You can change background colour of a panel to
delimit it though. Lives inside some enclosing Container.
It is Derived From Container. Default layout is FlowLayout.

Is This Answer Correct ?    217 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to compare strings in java?

1103


Can a string be null?

1047


Can a static method be final?

1112


Which variables are stored in heap?

1084


How do you escape sequences in java?

1114


Do I need java on my pc?

1112


Can you make a constructor final?

1079


What is default constructors?

1081


What are keywords give examples?

1099


What is lambda expression in java?

1111


What is the java reflection api? Why it’s so important to have?

1028


What are checked exceptions?

1082


A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.

1058


What isan abstract class and when do you use it?

1669


Explain the importance of finalize() method.

1023