Bringing up a standard open dialog requires only two lines of code: //Create a file chooser final JFileChooser fc = new JFileChooser(); ... //In response to a ...
確定! 回上一頁