1, Panel. JPanel用於放置其他控制元件,也包含其他panels。 ... setLayout(new FlowLayout()); panel.add(msglabel); controlPanel.add(panel); ...
確定! 回上一頁