Exemple #1
0
  @Override
  public void show() {
    super.show();

    if (variable != null) {
      variable.show();
    }

    if (leftVariable != null) {
      leftVariable.show();
    }
  }