@Test(timeout = 60000)
public void graphicalTest() throws Exception {
BoostedRobot robot = new BoostedRobot();
SimpleBeanEditor editor = startWithGui();
ThreadBoostUtils.sleep(2000);
// TODO do something;
robot.mouseMove(editor.getContainingFrame());
ThreadBoostUtils.sleep(1000);
editor.getContainingFrame().dispose();
}