322323324325326327328
/** * Creates a cellLM for the corresponding table-cell. A new one must be created * for each new static-content (TODO). */ public void createCellLM() { cellLM = new TableCellLayoutManager(cell, this); }
334335336337338339340