checkNotNull(handler, "The handler parameter is null.");
checkNotNull(container, "The container parameter is null.");
this.handler = handler;
this.container = container;
dialog = new WjrDialogPanel("Kotori Web JUnit Runner");
popup = new WjrPopupPanel();
}