CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2001
    Posts
    44

    swing: directory content

    hi all,

    is there a swing class that browse the files in my file system? like JFileChooser, but not a dialog.

    thanks,

    barak.

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163
    I'm not sure quite what you mean, but check for yourself: A Visual Index to the Swing Components.

    In the murky shadows a huge pair of glowing eyes fixed him with a baleful stare...
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  3. #3
    Join Date
    Jun 2001
    Posts
    44
    what i need is some code or milestones regarding the implementation of a file broswer. i reviewed your link, but i couldn't found anything satisfying there.

    barak.

  4. #4
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163
    Have you looked at the FileSystemView class (javax.swing.filechooser.FileSystemView) ? It's what JFileChooser uses to browse the file system.


    The auxillary chute had fouled the collapsed main canopy and both now flapped uselessly above him...
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured