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 the syntax and characteristics of a lambda expression?
What are different types of arrays?
Can you inherit from an abstract class java?
Is null a string or object in java?
What is treeset and treemap in java?
What is private static class in java?
Is java a security risk?
What is an object in java and how is it created?
Which is a valid identifier?
What is the relationship between clipping and repainting under awt?
What is == and === in javascript?
What is constructor and its types?
What is a stack class in java ?
Is finalize() similar to a destructor?
Explain different ways of creating a thread. Which one would you prefer and why?