🎴 Flashcard Mode

Programming Languages: Delphi, C, and Java

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Default layout for frame

AnswerClick to flip back
A
BorderLayout
💡 Explanation:

In Java's AWT and Swing, the default layout manager for Frame and JFrame is BorderLayout. Other options like FlowLayout (default for Panel/Applet), GridLayout, and CardLayout must be explicitly set using the setLayout method.

Change Mode