!7 concept Incident { S inputCode; S question; S acceptedAnswer; } concept TestCase { S code, question, answer; } p-substance { final new JTextField tfQuestion; JComponent playPanel = jvsplit( withTitle("JavaX Fragment", jTextArea()), makeForm("Your Question", tfQuestion, "My Answer"))); JComponent teachPanel = new SimpleCRUD(TestCase).make(); JFrame frame = showFrame(jtabs( "Play", playPanel, "Teach", teachPanel); setSplitPane(frame, 0.5); }