Which containers use a FlowLayout as their default layout?
Answers were Sorted based on User's Feedback
Answer / chandrarekha
panel's,applet's use flowlayout as the default layout
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / pkr_reddy
the default layout of flowlayout container is PANEL.
| Is This Answer Correct ? | 9 Yes | 0 No |
What is functional interface in java example?
What is java literals?
Explain the difference between serializable and externalizable in java?
Write java program to reverse string without using api?
How can we run a java program without making any object?
Is java util regex pattern thread safe?
Does hashset allow duplicates in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
what do you understand by synchronization? : Java thread
What is JIT ?
What is the difference between static and non-static variables in java programming?
What is treeset in java collection?