Ajout méthode ouvrirFichier() à SelectionnerFichier.java

This commit is contained in:
NonoL3Robot
2021-11-23 22:17:40 +01:00
parent b4ebf3d34a
commit db736d5efc
@@ -53,6 +53,7 @@ public class SelectionnerFichier {
// e.printStackTrace();
// }
// int returnValue = jfc.showOpenDialog(null);
// if (returnValue == JFileChooser.APPROVE_OPTION) {
// System.out.println(jfc.getSelectedFile().getPath());
// }