A. java用swt 如何建立选择文件夹路径的对话框
FileDialog fileDialog = new FileDialog(shell); fileDialog.getFileName(); fileDialog.getFilterPath(); fileDialog.open();