context, dialogViewId);
LaunchEvent launchEvent = new LaunchEvent(getDummyCommand(), root);
launchEvent.getWindowProperties().put("width", "200");
launchEvent.getWindowProperties().put("height", "100");
addParameter(launchEvent);
launchEvent.queue();
}
public void poll(PollEvent event)
{