add(gc = new GridContainer(GridContainer.HORIZONTAL_ORIENTATION),LEFT,TOP,FILL,FILL);
gc.setBackColor(Color.WHITE);
gc.setPageSize(linhas,colunas);
gc.setRowsPerPage(linhasPorPagina);
Celula []cels = new Celula[TOTAL_ITEMS];
for (int i = 0; i < cels.length; i++)