> I would like to customize the JFileChooser so that when a user opens a file
> there is an extra option on the JFileChooser dialog (an extra tickbox). I
[quoted text clipped - 4 lines]
> So, is it possible to extend the JFileChooser class and incorporate this
> extra option? Any help appreciated.
You don't extend JFileChooser. Instead add your additional options to a
JComponent and use JFileChooser.setAccessory.
Mark Thornton
Bill Lawson - 31 Oct 2004 12:34 GMT
> > I would like to customize the JFileChooser so that when a user opens a file
> > there is an extra option on the JFileChooser dialog (an extra tickbox). I
[quoted text clipped - 9 lines]
>
> Mark Thornton
Many thanks for that.
Regards,
Bill