}
public JPanel getColliListView(WindowInterface window) {
ColliListView colliListView = new ColliListView(colliListViewHandler);
return colliListView.buildPanel(window, "180", false);
}
public void contentsChanged(ListDataEvent e) {
mainPackageView.updateColliesPanel(false);