Chase Preuninger wrote:
>I have been having trouble with my file transfer program that I have
>been writing over the past few weeks. ...
For the best chance of getting help, I recommend you
1) Post an SSCCE*. The two classes can be incorporated into
one source file by reducing the access from public to 'default',
moving the imports to the top, getting rid of the package
statement (not entirely necessary, but easier), and fixing
(shortenning) those dozen lines that line-wrap**.
2) Ask a specific question.
* <http://www.physci.org/codes/sscce.html>
** A tool to help check line width ..
<http://www.physci.org/twc.jnlp>
Try to keep it under 62 chars width for usenet code
postings.
--
Andrew Thompson
http://www.athompson.info/andrew/
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.asp...neral/200711/1