Results 1 to 2 of 2

Thread: file browser

  1. #1

    Default file browser

    any examples around on how to build and use a file browser? I need to prompt the user for file selection, and then process the files that the user selects.

    Any pointers? Thanks.

  2. #2
    Join Date
    Aug 2005
    Location
    Austin, TX
    Posts
    425

    Default

    This isn't really an RCP-specific issue. You can look at JFileChooser in Swing - there's plenty of documentation on it on the web.

    For something in RCP, take a look at FileChooserComboBox. However, I recall some postings in this forum regarding problems with it. You might want to do a search on it.

    HTH,
    Larry.

Posting Permissions

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