Search:

Type: Posts; User: KILL3RTACO

Search: Search took 0.21 seconds.

  1. Replies
    6
    Views
    4,130

    Re: Listing file names in a JList

    yeah, i know, like mac for instance. right now i'm focused for Windows, then i can try to see about others. the program uses console commands from windows. i would need to learn terminal commands...
  2. Replies
    6
    Views
    4,130

    Re: Listing file names in a JList

    wow! +thanks.

    how would i split that result to get the extension? (silly question i know)

    EDIT: never mind, i figured out a way
  3. Replies
    6
    Views
    4,130

    Re: Listing file names in a JList

    this was just the code for getting the names of the files then storing them into an array. Then when the JList is initialized, it'll list the contents of that array.

    Looking back at this code, I...
  4. Replies
    6
    Views
    4,130

    Listing file names in a JList

    I have a JList that will list certain files in a directory (may have seen an earlier post, same (JList). It works good, however, it lists the FULL path to the file, that's not what i want, i only...
Results 1 to 4 of 4