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
Why do I need to declare the type of a variable in java?
What is garbage collection? What is the process that is responsible for doing that in java?
What are the different ways of implementing thread? Which one is more advantageous?
What is ‘has a’’ relationship in java?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
How do you sort in ascending order in java?
What is the default size of arraylist in java?
why an outer class cannot be declared as private?
when you will synchronize a piece of your code? : Java thread
Can a method be static?
What is the effect of keeping a constructor private?
Can a final variable be manipulated in java?
List down the methods and interfaces of collection class in java.
What is proper subset?
What are wrapped classes in java programming?