if (!yBox.getText().equals("mixed")) {
            final String yText = yBox.getText().replace("cm", "");
            final double customY = asDouble(yText);
            yBox.setText(customY + " cm");