}
Test test;
if (parser.child("standardTest") != null)
test = new StandardTest(parser, getSize());
else if (parser.child("timesyncTest") != null)
test = new SyncTest(parser, getSize());
else test = new DragDropTest(parser, getSize());
test.setFocusable(true);
/*myWindow.add(test);