mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
1922 - deleted commented out block of code
This commit is contained in:
parent
f01bdc6bc2
commit
14d999212b
@ -90,22 +90,6 @@ class GlobalListsManagementPanel extends javax.swing.JPanel implements OptionsPa
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
/*
|
|
||||||
* XmlKeywordSearchList.getCurrent().addPropertyChangeListener(new
|
|
||||||
* PropertyChangeListener() {
|
|
||||||
*
|
|
||||||
* @Override public void propertyChange(PropertyChangeEvent evt) { if
|
|
||||||
* (evt.getPropertyName().equals(XmlKeywordSearchList.ListsEvt.LIST_ADDED.toString()))
|
|
||||||
* { tableModel.resync(); for(int i = 0; i<listsTable.getRowCount();
|
|
||||||
* i++) { String name = (String) listsTable.getValueAt(i, 0);
|
|
||||||
* if(((String) evt.getNewValue()).equals(name)) {
|
|
||||||
* listsTable.getSelectionModel().setSelectionInterval(i, i); } } } else
|
|
||||||
* if
|
|
||||||
* (evt.getPropertyName().equals(XmlKeywordSearchList.ListsEvt.LIST_DELETED.toString()))
|
|
||||||
* { tableModel.resync(); if(listsTable.getRowCount() > 0) {
|
|
||||||
* listsTable.getSelectionModel().setSelectionInterval(0, 0); } else {
|
|
||||||
* listsTable.getSelectionModel().clearSelection(); } } } });
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void addDeleteButtonActionPerformed(ActionListener l) {
|
void addDeleteButtonActionPerformed(ActionListener l) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user