static bool putBesideMemoryView(Component c) { JComponent mv = consoleMemoryView(); if (mv == null) false; replaceComponent(mv, func(Component mv) -> Component { westAndCenter(withLeftAndRightMargin(c), mv) }); true; }