You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,14 +45,14 @@ public class CoursesPlusInstaller extends JFrame implements ActionListener {
43
45
44
46
publicstaticfinalStringLOAD_PAGE = "data:text/html,<h1>Loading, please wait...</h1><h2>Do not navigate away from this page while installation is in progress.</h2>";
JLabelinfo = newJLabel("<html><div width=\"400px\" style=\"text-align:center;\">Hi" + System.getProperty("user.name"), + "This installer will install CoursesPlus into Google Chrome. It will connect to the Internet to download the latest version of CoursesPlus, and then set up automatic updates. Anonymous analytics may be sent to us for statistical purposes. If an error occurs, you will be given the option to transmit information about the error to us so we can fix it.</div></html>", JLabel.CENTER);
84
+
JLabelinfo = newJLabel("<html><div width=\"400px\" style=\"text-align:center;\">Hi" + System.getProperty("user.name") + "This installer will install CoursesPlus into Google Chrome. It will connect to the Internet to download the latest version of CoursesPlus, and then set up automatic updates. Anonymous analytics may be sent to us for statistical purposes. If an error occurs, you will be given the option to transmit information about the error to us so we can fix it.</div></html>", JLabel.CENTER);
0 commit comments