339340341342343344345346347348349350
break; } } } // open a new testApp TestApp app = new TestApp(testDevice); app.setVisible(true); } else { System.out.println("error, could not find device node"); // TODO: handle error } }