Refreshing pins after saving

This commit is contained in:
Jindra Petřík
2022-11-20 13:12:18 +01:00
parent f7ec47c024
commit 419ea75d9c
2 changed files with 7 additions and 0 deletions

View File

@@ -420,6 +420,10 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
pinsPanel.clear();
}
public void refreshPins() {
pinsPanel.refresh();
}
public void destroyPins() {
pinsPanel.destroy();
}