Fixed: Proper freeing memory after SWF close 2

This commit is contained in:
Jindra Petřík
2025-05-19 00:40:57 +02:00
parent d163961cab
commit 1069c92c31
7 changed files with 76 additions and 6 deletions
@@ -171,7 +171,7 @@ public class FolderPreviewPanel extends JPanel {
repaint();
((JScrollPane) getParent().getParent()).getVerticalScrollBar().setValue(0);
}
public void clear() {
items = new ArrayList<>();
executor.shutdownNow();