On 30 Aug 2005 13:26:38 -0700, noreic@xxxxxxxxx wrote or quoted :
>Yes, it is simple JFileChooser instance... I'm using JDK 1_5, Swing in
>a XP Pro machine and the only thing that I can remember that have been
>changed in my environment was a Windows Update.
I suppose you can change the LAF to a less buggy one.
Re: JFileChooser ... but cannot be seen in JDK 1.3. ... There are several bug reports in Sun's bug database about quirks of ...JFileChooser in DIRECTORIES_ONLY selection mode. ...desired directory so that its name becomes displayed in the textbox ... (comp.lang.java.gui)
Re: the troubles with Java on old Win CE device. ...Swing libraries included in the SDK make use of some APIs not present ... in older Java versions. ... the SDK installation - though you have the option not to install it ... > language (version of JDK),... (comp.lang.java.programmer)
Re: [SWING] =?ISO-8859-1?Q?Oberfl=E4chen-Feinheiten_/_Style-?= =?ISO-8859-1? ... Und ja Windows L&Fs sind in der Geschichte von Swing immer ein Problem gewesen. ...Verzeichnisses....JFileChooser im Modus DIRECTORIES_ONLY ein Verzeichnis ...Programm ich so einen Dialog finden kann, ... (de.comp.lang.java)
Re: How to center a component vertically in a JPanel ... > I am using Swing and JDK 1.4. ... > I would like to have a component (a JTextField,... > inside a JPanel, keeping its preferred size. ... (comp.lang.java.gui)
Help! Swing & Threads ... Basically, Swing makes a special thread to invoke various Swing events such as ActionEvents, yes? ... Doesn't the rest of the Swing components have to stop until that listener unblocks?... Ok, but I see a lot of examples where a menu item, File->Open for example, invokes JFileChooser which does indeed block. ... (comp.lang.java.help)