布局管理器 1. 流式布局 2. 东西南北中 3. 表格布局 流式布局 示例代码: import java.awt.*; //1.流式布局 从左到右 public class TestFlowLayout { public static void main