setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); demo.getContentPane().setLayout(new FlowLayout()); for (int i = 0; i < 27; i++) { JButton b = new JButton("" ...
確定! 回上一頁