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
Can constructor return value?
What is default locale java?
What is a method type?
What is an immutable class?
What are internal variables?
How to compare strings in java?
Explain the importance of import keyword in java?
What is the difference between actual and formal parameters?
What technique can be employed to compare two strings?
What is double word?
What is instance synchronization?
How big is a 32 bit integer?
Why unicode is important?
What is default switch case? Give example.
State the main difference between c++ and java?