This class is used to try to launch a URL in the user web browser. The class extends SwingWorker and tries to launch the URL using a WebBrowserLauncher object in the construct method. If there is a problem launching the user's browser, this class will display a WebBrowserErrorDialog to allow the user to copy to the system clipboard the URL we wanted to display. When is finished (successfully or unsuccessfully) it notifies the QuickSetupStepPanel passed in the constructor.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.