Re: Adding encoding selection to JFileChooser
- From: "Andrey Kuznetsov" <spam0@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 12 Jul 2006 12:40:03 +0200
What I would ideally like to do is just add a third drop-down option
below the file type selector. Is this possible? Does anyone have any
ideas?
you have to go deep into WindowsFileChooserUI.
WindowsFileChooserUI has method getBottomPanel();
the bottomPanel contains two other panels - left one contains Labels and
right one contains JComboBoxes.
You can override method installComponents()
First call super.installComponents(); and then add yours.
HTH
Andrey
--
http://uio.imagero.com Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities
.
- Follow-Ups:
- Re: Adding encoding selection to JFileChooser
- From: Natasha Lloyd
- Re: Adding encoding selection to JFileChooser
- References:
- Adding encoding selection to JFileChooser
- From: Natasha Lloyd
- Adding encoding selection to JFileChooser
- Prev by Date: SwingWorker Detail?
- Next by Date: Re: Adding encoding selection to JFileChooser
- Previous by thread: Re: Adding encoding selection to JFileChooser
- Next by thread: Re: Adding encoding selection to JFileChooser
- Index(es):