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 heap memory?
0 Answers Tavant Technologies, Zensar,
what are the states associated in the thread? : Java thread
Difference between Superclass and Subclass?
whether java is fully object oriented language or partially object oriented language
Name the package that most of the AWT events that supports event-delegation model are defined?
Do I need java for windows 10?
Which collection is ordered in java?
What is a stringbuilder?
Describe the term diamond problem.
Can private class be inherited in java?
Question 6 [9] 6.1 In what situations (in general) would you use a TreeMap? (3) 6.2 In what situations (in general) would you use a HashSet to store a collection of values?
What is the maximum size of array in java?