I am using Java 7, NIO package rather than IO, but JFileChooser uses File class to getSelectedFile(), but in NIO there is only Path class. How can I use NIO classes with JFileChooser ?
I am using Java 7, NIO package rather than IO , but JFileChooser uses
Share
1 Answer