Container container = (Container) viewContext.get("windowAnchestor");
ToolWindowManager toolWindowManager = viewContext.get(ToolWindowManager.class);
try {
tests = new JComboBox(new Object[]{
new InteractiveUniversalDragTest(container, toolWindowManager),
new InteractiveShowToolTest(container, toolWindowManager),
new InteractiveToolTypesTest(container, toolWindowManager),
});
} catch (AWTException ignore) {