More examples! // make a new container with a 2x2 grid layout JPanel grid = new JPanel(new GridLayout(2, 2)); // add four labels, one in each cell ...
確定! 回上一頁