Bug fixes and event

This commit is contained in:
gac-S_Changer
2025-06-18 15:38:07 +02:00
parent 80c828036d
commit 2863a6a88a
4 changed files with 25 additions and 7 deletions

View File

@@ -546,8 +546,8 @@ public class MainPanel extends Panel {
tablePucks.getModel().setValueAt(p.getId(), index, 2);
}
}
void updateLevel(Object value) {
void updateLevel(Object value) {
if ((value == null) || !(value instanceof Number)) {
progressLN2.setIndeterminate(true);
} else {