Need help in creating Folder Select Dialog box.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhijitmishra1102
    New Member
    • Dec 2007
    • 1

    #1

    Need help in creating Folder Select Dialog box.

    Hi,
    i want to export files from DB to a selected folder on client machine.
    But i dont know how 2 show a select folder dialog box .
    we hav file seleect dialogbox but no folder select dialogbox .
    Plz tell me how 2 show a folder select dialogbox

    Thanks...
  • heat84
    New Member
    • Nov 2007
    • 118

    #2
    Originally posted by abhijitmishra11 02
    Hi,
    i want to export files from DB to a selected folder on client machine.
    But i dont know how 2 show a select folder dialog box .
    we hav file seleect dialogbox but no folder select dialogbox .
    Plz tell me how 2 show a folder select dialogbox

    Thanks...
    The JFileChooser in java works for both viewving folders and files just like any file dialog . You want to view the files that would have been exported from the remote machine to the local machine , right?

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Just create the appropriate FileFilter and set it on the file chooser. Read the API
      documentation for details.

      kind regards,

      Jos

      Comment

      Working...