... new JFrame("Grid Layout Example"); // Create layout and add buttons to show restraints JPanel jPanel = new JPanel(new GridLayout(2, 2)); jPanel.add(new ...
確定! 回上一頁