setLayout (new GridLayout(0, 1)); JPanel panel = null; panel = new JPanel(); panel.setLayout(new BoxLayout(panel, BoxLayout.X_AXIS));
確定! 回上一頁