topPanel.add(mInteractiveText, BorderLayout.CENTER);
topPanel.add(mExecuteButton, BorderLayout.EAST);
add(topPanel, BorderLayout.NORTH);
log4jPane = new Log4jPanel();
JSplitPane bottomSplitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT);
bottomSplitPane.setResizeWeight(0.5);
bottomSplitPane.setDividerSize(4);