InterviewSolution
Saved Bookmarks
| 1. |
Which Containers Use A Border Layout As Their Default Layout In Swing? |
|
Answer» The WINDOW, FRAME and Dialog CLASSES use a border layout as their DEFAULT layout. The window, Frame and Dialog classes use a border layout as their default layout. |
|