setLayout(new FlowLayout ()); getContentPane().add(new JButton("One")); getContentPane().add(new JButton("Two")); getContentPane().add(new ...
確定! 回上一頁