Reusing JFileChooser instances
From: Mike Conmackie (mconmackie_at_cogeco.ca)
Date: 12/28/03
- Next message: Andrew Thompson: "Re: How to assign a string buffer to a JEditorPane"
- Previous message: hiwa: "Re: jpg as background?"
- Next in thread: Andrew Thompson: "Re: Reusing JFileChooser instances"
- Reply: Andrew Thompson: "Re: Reusing JFileChooser instances"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Dec 2003 17:19:50 -0800
I am trying to serially reuse a single instance of JfileChooser but
the second and subsequent uses of the instance continue returning the
selected item from the first use (via getSelectedFile() ). I have
tried using setSelectedFile(null) to no avail. Can anyone tell me how
to reset the selection state? Thanks.
- Next message: Andrew Thompson: "Re: How to assign a string buffer to a JEditorPane"
- Previous message: hiwa: "Re: jpg as background?"
- Next in thread: Andrew Thompson: "Re: Reusing JFileChooser instances"
- Reply: Andrew Thompson: "Re: Reusing JFileChooser instances"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|