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

Is java a pure object oriented language?

538


What do negative exponents mean?

544


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

9210


What is the difference between stored procedure & function?

548


What is equlas() and hashcode() contract in java? Where does it used?

607






What is java english?

489


When do we use synchronized blocks and advantages of using synchronized blocks?

659


Can finally block be used without a catch?

543


Why vector is used in java?

557


List out benefits of object oriented programming language?

481


How to declare objects of a class ?

587


What is the byte range?

578


please send me hr interview questions in it industry

1659


How would you use Bubble Sort to sort the number of elements?

578


What is ph and buffers?

518