You can set the column widths using the setWidths() method, like this: float[] columnWidths = {2f, 1f, 1f}; table.setWidths(columnWidths);. The ...
確定! 回上一頁