Re: How to change JFileChooser text elements?
From: ak (spam_at_imagero.com)
Date: 01/29/04
- Next message: Adi Schwarz: "instanciate an interface - alternatives?"
- Previous message: Michael Meyer: "Re: Problems with many-to-many relation (Complete message)"
- In reply to: Jacob: "How to change JFileChooser text elements?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Jan 2004 14:48:52 +0100
> which I use for localizing, but this will change the property
> globally, i.e. for all such dialogs. I want the effect on
> a given JFileChooser only! How?
FileChooser chooser = new ...;
chooser.setUI(MyFileChooserUI);
-- ____________ http://reader.imagero.com the best java image reader.
- Next message: Adi Schwarz: "instanciate an interface - alternatives?"
- Previous message: Michael Meyer: "Re: Problems with many-to-many relation (Complete message)"
- In reply to: Jacob: "How to change JFileChooser text elements?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]