This commit is contained in:
boccioli_m
2017-10-20 16:18:09 +02:00
parent a7bd029c5b
commit e0559f2704

View File

@@ -2421,6 +2421,7 @@ public class TestingList extends Panel {
System.out.println("see subdirs of deviceInList:" + deviceInList.getPath().toString());
System.out.println("subdirs:" + Arrays.toString(deviceInList.listFiles()));
Collections.addAll(listOfDevices, deviceInList.listFiles());
System.out.println("new list of dirs." );
} catch (Exception ex) {
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
}