| | |
| | | listenersTable = UIFactory.makeSortableTable(listenersTableModel, |
| | | new ListenersCellRenderer(), |
| | | UIFactory.makeHeaderRenderer()); |
| | | listenersTable.setFocusable(false); |
| | | |
| | | gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD; |
| | | p.add(listenersTable.getTableHeader(), gbc); |
| | |
| | | UIFactory.makeSortableTable(dbTableModelWithReplication, |
| | | new DatabasesCellRenderer(), |
| | | UIFactory.makeHeaderRenderer()); |
| | | dbTableWithReplication.setFocusable(false); |
| | | toolTipManager.registerComponent(dbTableWithReplication); |
| | | dbTableWithoutReplication = |
| | | UIFactory.makeSortableTable(dbTableModelWithoutReplication, |
| | | new DatabasesCellRenderer(), |
| | | UIFactory.makeHeaderRenderer()); |
| | | dbTableWithoutReplication.setFocusable(false); |
| | | toolTipManager.registerComponent(dbTableWithoutReplication); |
| | | |
| | | gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD; |