public int getColumnCount() {
   return (tableModel == null) ? 0 : tableModel.getColumnCount();
 }