From 294618f76a03315529b5b8cd546305ac6a667bd4 Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Mon, 25 Aug 2014 13:58:26 +0200 Subject: fenster nun auch schließbar :) --- Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java') diff --git a/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java b/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java index 41176f05..8c372983 100644 --- a/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java +++ b/Dozentenmodul/src/gui/image/FTPSearchDownloader_GUI.java @@ -118,6 +118,9 @@ public class FTPSearchDownloader_GUI extends JFrame implements System.exit(0); }// end if choice + }else { + //no download running, close window + System.exit(0); }// end if taskrun }// end window closing }); -- cgit v1.2.3-55-g7522