How to read the text displayed in the field "search in" a JFileChooser?

Hello

I'm working on a windows environment and I have a drive mapped to my computer network.

The mapped network drive letter: X:\

When I open the JFileChooser and pointing to that drive and choose, under the JFileChooser ' search in ' this is what is written: Version6.1 on server(X:) mais quand j'ai le choisir et imprimer le nom de chemin il retourne uniquement la réseau mappé lettre de lecteur (c'est-à-dire X:\) (which is of course understandable).)

The user wants to see the name of the folder he chose not only the letter drive.

How can I possibly have the exact test shown in the JFileChooser before returning?

Thank you.

>
When I open the JFileChooser and pointing to that drive and choose, under the JFileChooser ' search in ' this is what is written: Version6.1 on server(X:) mais quand j'ai le choisir et imprimer le nom de chemin il retourne uniquement la réseau mappé lettre de lecteur (c'est-à-dire X:\) (which is of course understandable).)

The user wants to see the name of the folder he chose not only the letter drive.

How can I possibly have the exact test shown in the JFileChooser before returning?
>
Your question is confusing. If the user chooses a folder then they will see the name of the file and the full path.

You could reference on behalf of display system for the drive itself. If that's what you want, you need to add the code to get this name and display it to the user. The dialog box will not appear the display name.

For example if I have a map drive z on the drive c from another computer I can get this drive name from how it is displayed:

restoreFolderChooser.getFileSystemView().getSystemDisplayName(new File("z:\\"))

"c$ on 'blade1' (Z:)"

Is this what you are looking for?

See the class FileSystemView in the Javadocs
http://docs.Oracle.com/javase/1.4.2/docs/API/javax/swing/filechooser/FileSystemView.html
>
getSystemDisplayName
public String getSystemDisplayName (File f) of a file, directory or folder name, such that it will appear in a file system browser. Example of Windows: the directory 'M:\. "shows as"CD-ROM (M :) ". "The default implementation gets information from the ShellFolder class.

Parameters:
f a file object
Returns:
the file name as it would be displayed by a native file picker
See also:
JFileChooser.getName (java.io.File)

Tags: Java

Similar Questions

  • How to read the value of the javascript component text entry

    Hello

    I need to add ' / ' after user entering the first two characters and before entering the third character of character to the value of input text.
    To meet this requirement, I add a clientListener of type keyPress to input text element.
    My question is how to read the value entered by the user to input text in java script component (the clientListener method).

    I faked my requirement in a sample application @ http://www.easy-share.com/1912896093/format.7z

    Please help solve this problem.

    Thank you
    Kiran

    For setting/getting the value, you can even view:




    function keyPress (event) {}
    component = event.getSource ();

    Alert (Component.getSubmittedValue ());

    {component.setValue ("new value '");}
    ]]>

    Thank you
    Nini

  • How to read the host name or serial number cRIO locally

    I have not worked with cRIO and decided to ask for help.  (o).

    I don't know about the screws that allow to access this information from a connected Windows machine, however, I want to retrieve and display this information on remote panels.  But I cannot determine how to read the cRIO hostname or the serial number of the software running on the cRIO?

    Thanks for the help.

    James

    This could help.

  • How to read the files on time capsule

    How to read the files on time capsule from iPad?

    Thank you

    Using an application like navigation on the iPad. More info here:

    Stratospherix - FileBrowser - overview

  • How to read the status of User1 DIP-switch with a cRIO FPGA chassis?

    How to read the State of the DIP switches on a FPGA cRio chassis?

    I work with a cRIO 9022... My idea is to put the system in "service" mode with USER1 switch to IT and communicate with the FPGA via the FPGA - GUI (VI) on the host computer instead via the RT module that is used in normal conditions.

    Any ideas? Unfortunately, I don't have an unused channel on the left... .and (as I know) cannot use the interface RS232 of FPGA.

    Many thanks in advance,

    Luke

    Hi, this is the correct information. You cannot read the FPGA of DIP-switch status. The only thing you could do is to use the function of Reading Switch.vi located under the range of functions-> real-> utilities RT time

    It's how you probably know side host RT and not the FPGA.

    Cordially Virginia

  • How to read the value of list boxes by iteration in a loop For?

    I have a lot of list boxes on the front of my VI. I want to know how to read the value of this combo with a loop boxes For. The point is that I don't know how to get the reference of each combo box in a loop.

    Any information would be welcome. Thank you!

    su27 wrote:

    I have a lot of combo boxes on the front of my VI [...]

    Be sure to close the references that you have finished with them.

  • How to read the VI Analyzer config file?

    Hello

    How to read the analuzer vi configuration file? I'm getting a lot of errors on the size of the front panel and I don't know what should be the size you want. Where is the maximum expected size of the specified front panel?

    Kaspar says:

    Hello

    How to read the analuzer vi configuration file? I'm getting a lot of errors on the size of the front panel and I don't know what should be the size you want. Where is the maximum expected size of the specified front panel?

    If you have VI Analyzer installed, you can load the configuration file and look at the section select the Tests. There is a test for the maximum size of front under front-> User Interface. The default value is the resolution of the current monitor of the PC (including multiple monitors). You can change to the desired option.

  • How to read the date and time of a file by labview information

    How to read the date and time of a file by labview information? for example, time created and updated time.

    The similar question had already spoken here (this is the old thread but still seems topical):

    http://forums.NI.com/T5/LabVIEW/file-date-created/TD-p/109836

  • How to read the two columns of data from the Port series

    Hello

    I'm reading two columns of data from the serial port.

    Example:

    52439 52430

    52440 52437

    52209 52214

    51065 51070

    52206 52390

    I use the serial of Visa service and I can read the first column of data from the serial port, but I can't understand how to read the second column.

    I want to both sets of chart data.

    I enclose my VI.

    Thank you for your help.

    The analysis of string function takes a "Format string" on top (with the right button of the function and choose Help, which explains all the entries).  In particular, you can say 'Give me two numbers separated by a tab' and the output will be two numbers (whole or floating, depending on the chosen format).  In particular, %d\t%d specifies a decimal integer, , whole decimal.

  • How to read the color table in a subvi?

    How to read the color table in a subvi? Is it made by a reference to the table or with a global variable? For a better understanding of the problem, I added to vi. Run the "run.vi." I want to see

    the background color of the table "run.vi" in the subvi called "read color.vi".

    How can I do?

    Thanks in advance

    Norick

    pop up on the wire table refernece and establishes 'control '. Add this control to the icon of the sub - VI decision-making and then wire ref of the appellant to this Terminal VI so the calling VI move the ref to the Subvi.

    Ben

  • How to read the 32-bit depth .bmp image

    How to read the image, 32-bit depth using LabVIEW .bmp?


  • How to read the analog inputs of one Board of R for (PXI-7851R) series

    You can guide me please with the steps for reading of the analog inputs of a series a. card I use as the target fpga PXI-7851R.

    Have you looked at the examples provided with LabVIEW? There are examples showing how to read the analog inputs.

  • How to read the version of the operating system

    Hello

    Anyone know how to read the version of the operating system? My program has to know if it runs on Win Xp or Win 7 to adjust the setting.

    Thank you very much!

    Weiming

    GetWinOSVersion

  • Don't know how to read the results of netstat EI s list? If I received 860592506 bytes sent from 43421482 how to convert MB? And does this mean byte received?

    Don't know how to read the results of netstat EI s list? If I received 860592506 bytes sent from 43421482 how to convert MB? And does this mean byte received?

    Hello

    This shows the total number of bytes transmitted and received via the Ethernet card. This is the total of the amount of use up to this day.

    This includes all the Web sites you have visited and emails you sent, etc..

    You can calculate using one of the following methods:

    Method 1:

    860592506 / 1048576 = 820,72 MB

    Method 2:

    Multiply 860592506 with 9.53674316 * 10 ^-7 that will give us the result in mega bytes.

    860592506 bytes = 820 MB 9MB not, accept my apology for the miscalculation.
    Similarly 43421482 acroos = 40MB

  • M127fn MFP: How to read the meter of pages on m127fn mfp

    How to read the total number of pages printed on this m127fn MFP?  In status screen supplies, it shows only "pages printed with this offer.

    Due to another problem, a technician from HP told me through a hard reset, after which I had to get all of my preferences. So this mave have reset the NVRAM that is associated with the page counter as you suggest. I installed the latest firmware today but the page counter is at 104 and supplies report 634 and "basket is very low" message that is expected since it is a life of aprox 700 starter cart.

    Thank you for your insight and suggestions. I'll keep an eye on the config. page counter when I start a new shopping cart.

Maybe you are looking for

  • Reset onboard computer

    IM giving my computer to someone. How it reset to the factory settings?

  • automatic update

    How can I get my updated 8-level victory to Win 10?

  • Wireless mouse replacement

    We have an office p7 - 1370t with the mouse wireless keyboard and #mg0982 mod #kg1061, the left button getting more tempermental so want to replace, I can use the original usb receiver and just buy a mouse or what I need to replace the keyboard and u

  • The user and turn it into a string

    Hi all: I would like to be able to take the user name of the computer (which is connected) and bring it in VI, preferably as a string.

  • Windows 8.1 itself affecting no.: 1 in the order of boot loader

    I treated myself to a HP Envy 700-230EA at the end of week. I like to use a mixture of Windows and Linux (Opensuse) in a dual-boot system.  I found the HP guide on how to install a 2nd o/s using a DVD (disable secure boot / enable start legacy / choo