Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    15
    Views
    5,004

    Re: Show files name in JFrame

    That is absolutely not how this works. If you want somebody to create the code for you, check out the Paid Java Projects forum from the main page. Otherwise, see the link in my signature before you...
  2. Replies
    15
    Views
    5,004

    Re: Show files name in JFrame

    Indeed. I'd be curious to see what your code looks like after taking that into consideration. Feel free to post an SSCCE (thats a link).
  3. Replies
    15
    Views
    5,004

    Re: Show files name in JFrame

    Why do you create an empty ReadDirectory in the ReadDirectory(String) constructor? You should be painting that supplied String.
  4. Replies
    15
    Views
    5,004

    Re: Show files name in JFrame

    Again- You're painting Start.f, which you update each time you iterate, which means it will end up being the last value iterated over.

    You want to use the String you pass in to ReadDirectory's...
  5. Replies
    15
    Views
    5,004

    Re: Show files name in JFrame

    Spoonfeeding is not helping.

    OP- One of your basic problems is that you're passing the String to display into each ReadDirectory, but then you're drawing the String from your Start class, which...
Results 1 to 5 of 5