Class WelcomePane

    • Method Detail

      • createLink

        public HyperLink createLink​(String lbl,
                                    String link)
        Creates a HyperLink label and attaches a URL click event.
        Parameters:
        lbl - the link text presented to the user
        link - the URL to which the hyperlink points
        Returns:
        the created hyperlink object.