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 exceptions occur during serialization?
Are arrays static in java?
What is the collections api?
what is use of functional interface in java 8?
What is the main use of java?
How do you sort arraylist in descending order?
Can we iterate through collection using for loop?
What is compile time polymorphism?
20 Answers CTS, Elementus Technologies, Oracle,
How do you convert an int to a double in java?
Difference between object and reference?
What are keyboard events?
What is difference between path and classpath variables?