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 default layout of JFrame class?

Answer Posted / la_di

The default layout manager of a JFrame (and a Frame to) is
BorderedLayout. Check this code:

System.out.println(new JFrame().getLayout());

Is This Answer Correct ?    47 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?

1170


How do you compare arrays in java?

996


Why is stringbuffer called mutable?

1042


When super keyword is used?

1054


Explain how can you debug the Java code?

1113


Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?

1028


How will you add panel to a frame?

1163


What is double parsedouble in java?

1129


What kind of variables a class can consist of?

1156


Why to use nested classes in java? (Or) what is the purpose of nested class in java?

1118


What is the use of :: in java?

1074


What is a method header?

1072


How to implement a multithreaded applet?

2729


How to use string tokenizer class.

1270


What is arrays fill in java?

1058