Startup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user