JFileChooser question

From: Bill Lawson (billllawsonxyz_at_excite.com)
Date: 10/31/04


Date: Sun, 31 Oct 2004 08:56:07 -0000

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
am writing a bit analyser so when the user opens a new file (containing the
bits) there should be an option for "packed bits/unpacked bits", depending
on how the bits are stored in the files.

So, is it possible to extend the JFileChooser class and incorporate this
extra option? Any help appreciated.



Relevant Pages

  • Re: JFileChooser question
    ... > I would like to customize the JFileChooser so that when a user opens a file ... > there is an extra option on the JFileChooser dialog. ... You don't extend JFileChooser. ...
    (comp.lang.java.gui)
  • Re: JFileChooser question
    ... > Bill Lawson wrote: ... is it possible to extend the JFileChooser class and incorporate this ... >> extra option? ... > You don't extend JFileChooser. ...
    (comp.lang.java.gui)