public PipeCommandRunnerListener make()
{
// TODO: set this to a non-null value to support
// entering commands from the panel (if this should be supported)
PipeCommandRunner root_pipe = null;
System.out.println("CREATING A PANEL");
CommandDisplayPanel panel = new CommandDisplayPanel(root_pipe);
if (makeVisible)