JPanel panel = new JPanel(new TableLayout(new double[][]{{150,3,-1,3, 100},{-1}}));
JFrame frame = viewContext.get(JFrame.class);
tests = new JComboBox(new Object[]{
new InteractiveToolVisisbleTest(frame),
new InteractiveDragTest(frame),
new InteractiveSimpleTest(frame)
});
tests.addItemListener(new ContextPutItemListener(viewContext, InteractiveTest.class));