}
@Override
public void createToolWindowContent(Project project, ToolWindow toolWindow) {
myToolWindow = toolWindow;
ContentFactory contentFactory = ContentFactory.SERVICE.getInstance();
Content content = contentFactory.createContent(myToolWindowContent, "", false);
toolWindow.getContentManager().addContent(content);
}