What is the default layout manager of an applet?
Created May 7, 2012
John Zukowski For a java.applet.Applet, the default layout manager is FlowLayout.
For the content pane of a javax.swing.JApplet, the default layout manager is a BorderLayout.