Search:

Type: Posts; User: chrisivey1980

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    1,008

    Re: A headache!

    Yes, here is the code with no errors.





    package synch;

    import javax.swing.*;
    import java.awt.*;
  2. Replies
    9
    Views
    1,008

    Re: A headache!

    When I run the program the program has no errors and runs fine. As of now I believe the Copy method will error since I have,

    StringBuilder stringBuilder = new StringBuilder();
    ...
  3. Replies
    9
    Views
    1,008

    Re: A headache!

    Okay, let me see if I can break it down a little bit.

    The main problem is within my copyMethod. Everything else is working peachy! In my copyMethod textField/textField1 is the source/destination...
  4. Replies
    9
    Views
    1,008

    A headache!

    Okay as of now I am working on my string builder in my program. If you've read my other posts I have been working away on a copy method.


    textField and textField1 are the selected files from my...
Results 1 to 4 of 4