PATH
непричемHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
C:\Users\Serguei>help start
Starts a separate window to run a specified program or command.
c:\Program Files (x86)\StarDict\stardict.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\stardict.exe\default
@Test(enabled = true)
public void getDir() {
JFileChooser chooser = new JFileChooser();
// chooser.setAcceptAllFileFilterUsed(false);
chooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
chooser.showSaveDialog(null);
String fileLocation = String.valueOf(chooser.getSelectedFile());
File dir = new File(fileLocation);
// readFiles(dir);
}
System.Windows.Forms.TextBox
Click
event