what is default layout of JFrame class?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jsrc1990
And Look this System.out.println(new JFrame().getContentPane
().getLayout());
| Is This Answer Correct ? | 5 Yes | 5 No |
What is a data structure java?
Does java set allow duplicates?
what is translator and it types
Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?
What does 0 mean in boolean?
What is the method to expand and collapse nodes in a jtree?
How to find the length and capacity of a string buffer ?
Compare Mutex and Semaphore in java.
What is the minimum and maximum length of an identifier?
What is == mean?
What was java originally called?
Can we access instance variables within static methods ?