Results 1 to 2 of 2

Thread: JFileChooser

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Resolved JFileChooser

    How do I know that the user cancels the dialog? Thanks!
    Last edited by nebulom; Mar 21st, 2006 at 10:26 PM.

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Re: JFileChooser

    Nevermind. Thanks btw, it's
    Code:
    if (fileChooser.showSaveDialog(this) == JFileChooser.CANCEL_OPTION)
                    return;

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