JLabel l = Utilities.createTitleLabel(INFO_CTRL_PANEL_DATA_SOURCES.get());
p.add(l, gbc);
dbTableModelWithReplication = new BaseDNTableModel(true);
dbTableModelWithoutReplication = new BaseDNTableModel(false);
BaseDNCellRenderer renderer = new BaseDNCellRenderer();
noReplicatedBaseDNsTable =
Utilities.createSortableTable(dbTableModelWithoutReplication,
renderer);
noReplicatedBaseDNsTable.setVisible(false);
noReplicatedBaseDNsTable.getTableHeader().setVisible(false);