JPanel panel = new JPanel(); ... JPanel panelControl = new JPanel(); ... panel.setLayout(new BoxLayout(panel,BoxLayout.Y_AXIS));
確定! 回上一頁