Startup
This commit is contained in:
@@ -2416,9 +2416,13 @@ public class TestingList extends Panel {
|
||||
}
|
||||
}
|
||||
} else { // if nothing found in this directory, see if there is a subdireactory
|
||||
System.out.println("see subdirs of deviceInList:" + deviceInList.getPath().toString());
|
||||
System.out.println("see subdirs of deviceInList:" + deviceInList.listFiles().toString());
|
||||
Collections.addAll(listOfDevices, deviceInList.listFiles());
|
||||
try {
|
||||
System.out.println("see subdirs of deviceInList:" + deviceInList.getPath().toString());
|
||||
System.out.println("see subdirs of deviceInList:" + deviceInList.listFiles().toString());
|
||||
Collections.addAll(listOfDevices, deviceInList.listFiles());
|
||||
} catch (Exception ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user