JLabel l = Utilities.createTitleLabel(
INFO_CTRL_PANEL_CONNECTION_HANDLERS.get());
p.add(l, gbc);
connectionHandlerTableModel = new ConnectionHandlerTableModel();
connectionHandlersTable =
Utilities.createSortableTable(connectionHandlerTableModel,
new CustomCellRenderer());
connectionHandlersTable.setCellSelectionEnabled(false);