I
Ike
Suppose I spawn a thread, to upload a file. This file may take a few minutes
to upload on the client connection, and I dont want my Swing GUI to hang
while it is uploading.
However, before the file has completed uploading, say, the user exits the
application. What happens to the thread I spawned? What must I do? How?
Thanks, Ike
to upload on the client connection, and I dont want my Swing GUI to hang
while it is uploading.
However, before the file has completed uploading, say, the user exits the
application. What happens to the thread I spawned? What must I do? How?
Thanks, Ike