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
What is complexity and its types?
Can I learn java in 3 months?
What is initial size of arraylist in java?
What is difference in between java class and bean?
What is the difference between menuitem and checkboxmenu item?
What are the parts of methodology?
In case of inheritance what is the execution order of constructor and destructor?
When should you make a function static?
What is difference between throw and throws ?
What are the differences between path and classpath variables?
what is a working thread? : Java thread
Why are there no global variables in java?
Do we have pointers in java?
How do you achieve polymorphism in java?
What is reverse function?