Default layout of panel and frame?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
default layout of panel is flowlayout
default layout of frame is border layout
| Is This Answer Correct ? | 73 Yes | 4 No |
Answer / awais bajwa
Actually its not the layout of frame which is borderlayout
frame has no layout
content pane which is contained by frame has border layout
| Is This Answer Correct ? | 12 Yes | 22 No |
What are access specifiers available in java?
What are voids?
what is mean by method signature?
What are access modifiers in Java ?
How TreeMap sorts the objects inside it?? suppose if have include one employee object and one car object. On what basis it will sort?
What is the relationship between a method?s throws clause and the exceptions that can be thrown during the method?s execution?
What is Exception handling in Java How do you handle run time errors please explain with an example
Is break statement can be used as labels in java?
What is difference between protected and private?
What is * argv?
Can array grow dynamically in java?
What is a line break example?