I don't see any problems with your approach. Is the idea to allow the
charset of the shapefile to be selected from the new JComboBox?

Landon

On Sat, Aug 28, 2010 at 3:03 AM, Matthias Scholz <m...@jammerhund.de> wrote:
> Hi,
>
> in the last few weeks i had some problems with different charsets in
> shape/dbf files. In the openjump.bat or openjump.sh file I have inserted
> the java system property "file.encoding=...". My problems are the german
> "Umlaute" in the attributes.
> I would like to add a JComboBox to the
> org.openjump.core.ui.plugin.file.open.SelectFilesPanel. Because the
> SelectFilesPanel extends  JFileChooser I don't know any possibility to
> add any other widget. I would prefer to change
>
> public class SelectFilesPanel extends JFileChooser implements WizardPanel
>
> to
>
> public class SelectFilesPanel extends JPanel implements WizardPanel
>
> then add the JFileChooser and a JComboBox to the JPanel. I don't know if
> this have impacts to other classes? Before I start to code, I would like
> to hear from the other developers.
>
>
> Regards
>
> Matthias
>
> ------------------------------------------------------------------------------
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users
> worldwide. Take advantage of special opportunities to increase revenue and
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to