Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #1636

Re: Is this a bug in java

From "SadRed" <sadred@THRWHITE.remove-dii-this>
Subject Re: Is this a bug in java
Message-ID <1179356332.324974.27640@k79g2000hse.googlegroups.com> (permalink)
Newsgroups comp.lang.java.gui
References <f2fgg2$kpg$1@news.nems.noaa.gov>
Date 2011-04-27 15:34 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui,comp.l
On May 17, 2:54 am, RC <raymond.c...@nospam.noaa.gov> wrote:
> When I open a JFileChooser.
> If I SINGLE click a directory and click the Open button.
> Then I got return $paths/selected_directory.
>
> That is good!
>
> However if I DOUBLE click a directory and click the Open button.
> Then I got return $paths/selected_directory/selected_directory
>
> Why I got selected_directory twice from return?
> Is this a bug or I missed somethings?
>
> Do you have a solution for that?
> Thank Q very much in advance!

>  Then I got return $paths/selected_directory/selected_directory
It was:
$paths/selected_directory/another_selected_directory(or file)
and a normal behavior of the JFileChooser GUI.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | Next | Find similar | Unroll thread


Thread

Re: Is this a bug in java "SadRed" <sadred@THRWHITE.remove-dii-this> - 2011-04-27 15:34 +0000

csiph-web