Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    4,123

    Re: Listing file names in a JList

    I should also point out that my solution is not guaranteed to be portable- if you go to a different operating system with a different path separator (like '/'), you'll have to do something different.
  2. Replies
    6
    Views
    4,123

    Re: Listing file names in a JList

    Try:

    .split("\\\\")
  3. Replies
    6
    Views
    4,123

    Re: Listing file names in a JList

    If you want help, I suggest you respond when you receive it. I'm talking about your problem with positioning/resizing your JList, which I tried to help you out on, but you seem to have abandoned....
Results 1 to 3 of 3