} else if (newChild instanceof Frozen) {
            if (_frozen != null && _frozen != newChild)
                throw new UiException("Only one frozen child is allowed: " + this);
            if (inSelectMold())
                log.warn("Mold select ignores frozen");