public EmptyWalletPopup show() {
    if (headLine == null) headLine = "Empty wallet";

    width = 700;
    createGridPane();
    addHeadLine();
    addContent();
    createPopup();
    return this;
  }