Java directory list question


Results 1 to 3 of 3

Thread: Java directory list question

  1. #1
    Join Date
    Aug 2002
    Location
    Woodstock, VA
    Posts
    416

    Java directory list question

    I need something in java much like the thing that pops up like when you click file->open. How do I do that? Is it something I have to write myself, or does java have that itself?

  2. #2
    Join Date
    Mar 2002
    Location
    Alton, Illinois, USA
    Posts
    1,126

    Re: Java directory list question

    Originally posted by JoeyJoeJo
    I need something in java much like the thing that pops up like when you click file->open. How do I do that? Is it something I have to write myself, or does java have that itself?
    JFileChooser, it's already done! and quite nice I might add. The Sun online tutorials cover usage and file-filtering with it.
    "You are not beaten until you admit it." --George S. Patton

    "Reading and learning, it's what linux users do"
    "Double clicking" doesn't work on Linux

    G4L | ZSH - The Z Shell

    Apple OS X, FreeBSD, and Smoothwall

  3. #3
    Join Date
    Aug 2002
    Location
    Woodstock, VA
    Posts
    416
    I figured it would. Thanks for the help!

Posting Permissions

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