5354555657585960
&& rowIndex == table.getEditingRow() && columnIndex == table.getEditingColumn()) { return DataTipCell.NONE; } TableDataTipCell cellPosition = new TableDataTipCell(table, rowIndex, columnIndex); return cellPosition; }