!7 static SingleComponentPanel scp; p-substance { scp = new SingleComponentPanel; setSplitPane(showFrame(vsplit( northAndCenter( northAndCenter( withMargin(withTitle("Task:", jTextField())), withMargin(withTitle("Interpretation:", jTextField()))), withMargin(withTitle("Input Text:", jTextArea()))), withMargin(withTitle("Result:", scp)) )), 0.5); }