navigationToolBar.add(resetButton);
resetButton.setBorder(buttonBorder);
// Add the toolbar.
toolBar.add(navigationToolBar);
toolBar.validate();
// if it's the target that's running, put the argument explorer into run mode.
if (getTableTop().isRunning(getTableTop().getTargetDisplayedCollector())) {
getArgumentExplorer().showArgumentControls(inputToEditorMap);