table.removeAll();
table = new JTable();
jScrollPane1.setViewportView(table);
final LaboSearchSpec spec = new LaboSearchSpec();
spec.setKarteId(getContext().getKarte().getId());
spec.setFromDate(fromDate);
spec.setToDate(MMLDate.getDate());
ldl = new LaboDelegater();
DBTask task = new DBTask<Void>(getContext()) {
@Override