Hi, i'm reading file through serialport i want file transfer window wich should not have any connection to parent window,and reading process should go on backside
+1
A:
- Open a new JFrame for the window
- Do the downloading in a separate Thread
- Use a JProgressBar to display the progress.
Michael Borgwardt
2009-05-15 07:09:22