The item itself is added by the ListView

This commit is contained in:
Andreas Svanberg 2025-02-21 11:36:34 +01:00
parent a1c3895767
commit eb567401c6

@ -153,7 +153,6 @@ public class TemplatePanel extends Panel {
.getModel()
.map(gpr -> "[" + gpr.grade() + "] " + gpr.lowerLimit() + " - " + gpr.upperLimit());
item.add(new Label("gradewithlimits", s));
add(item);
}
}
);