def show(self):
        """ Shows the window """
        self._visible = True
        self.center_on_screen()
        self._node.show()