JFileChooser源代码
File choosers provide a GUI for navigating the file system, and then either choosing a file or directory from a list, or entering the name of a file or directory. To display a file chooser, you usually use the JFileChooser API to show a modal dialog containing the file chooser. Another way to present a file chooser is to add an inst ance of JFileChooser to a container. ance of JFileChooser to a container.
用户评论