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?

Answers were Sorted based on User's Feedback



what is default layout of JFrame class?..

Answer / sk

borderlayout

Is This Answer Correct ?    97 Yes 7 No

what is default layout of JFrame class?..

Answer / 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

what is default layout of JFrame class?..

Answer / aravind

border layout

Is This Answer Correct ?    4 Yes 2 No

what is default layout of JFrame class?..

Answer / jsrc1990

And Look this System.out.println(new JFrame().getContentPane
().getLayout());

Is This Answer Correct ?    5 Yes 5 No

what is default layout of JFrame class?..

Answer / dinesh

Flow Layout is a default Layout

Is This Answer Correct ?    8 Yes 30 No

what is default layout of JFrame class?..

Answer / sudhir arya

FlowLayout

Is This Answer Correct ?    8 Yes 49 No

Post New Answer

More Core Java Interview Questions

Which of the classes will have more memory allocated?

0 Answers  


What is rmi and steps involved in developing an rmi object?

0 Answers  


Is it possible to declare abstract class as final?What happens if we do so?

1 Answers  


Can we declare an anonymous class as both extending a class and implementing an interface?

8 Answers   College School Exams Tests, JVA, TCS, Wipro,


What are sets in java?

0 Answers  


how to write a program for chat function using core java

1 Answers   Satyam,


Why is inheritance used in java?

0 Answers  


Why should we use singleton pattern instead of static class?

0 Answers  


Is break statement can be used as labels in java?

0 Answers  


What modifiers may be used with an inner class that is a member of an outer class in java programming?

0 Answers  


Is it possible to override private or static method in java?

0 Answers  


what is the difference between sleep() and Wait()?

10 Answers   Accenture, Amdocs,


Categories