setLayout(new GridLayout(5, 4, 5, 5));. We set the grid layout manager for the panel component. The layout manager takes four parameters. The number of rows, ...
確定! 回上一頁