1

我有一个JFileChooser我想从中选择多个文件的文件。我希望能够拖动和选择多个文件;Ctrl具有与and相同的功能Shift(想想您的操作系统文件夹,当您单击并移动鼠标时突出显示的框)。

    JFileChooser chooser = new JFileChooser();
    chooser.setDialogTitle("Select Files");
    chooser.setMultiSelectionEnabled(true); 
    // this just lets the user select multiple items with shift and ctrl

我该怎么做呢?

编辑:

我不是在问有关获取所选文件的问题。

编辑2:

从我所见,这似乎是不可能的,尽管这些来源最迟来自 2009 年。

4

0 回答 0