FlowLayout is the default layout manager for Applet (and Panel) in Java AWT. It arranges components in a left-to-right, top-to-bottom flow, similar to text in a paragraph. When a row fills up, components wrap to the next line. GridLayout, CardLayout, and GridBagLayout must be explicitly set and are not the default for applets.