table.setIntercellSpacing(new Dimension(0, 8));
table.addMouseListener(this);
table.getSelectionModel().addListSelectionListener(this);
table.setPreferredScrollableViewportSize(new Dimension(300, 200));
notifications.addTableModelListener(new TableModelListener() {
public void tableChanged(TableModelEvent e) {
hideIfEmpty();
}});
JScrollPane sp = new JScrollPane(table,