//adding the cells to table for (int i = 0; i < 10; i++) { addRow(table,i); } . ... getBottom(); Rectangle rect = new Rectangle(x+5, y+5, width-10, ...
確定! 回上一頁