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
"You might need to install Google USB Driver to run the sketch on your device.<br>" +
650
-
"Please follow the guide at <a href='http://developer.android.com/tools/extras/oem-usb.html#InstallingDriver'>http://developer.android.com/tools/extras/oem-usb.html#InstallingDriver</a> to install the driver.<br>" +
651
-
"For your reference, the driver is located in: " + usbDriverFile.getAbsolutePath();
651
+
JLabeltext1 = newJLabel("<html>You might need to install Google USB Driver to run<br>" +
JLabeltext3 = newJLabel("<html>to install the driver.</html>");
664
+
JLabeltext4 = newJLabel("<html>For your reference, the driver is located in:<br>" +
665
+
"C:/blah/blah/blah/lala</body></html>");
666
+
text = newJComponent[] { text1, text2, link1, text3, text4 };
652
667
} else {
653
-
message = "<html><body>" +
654
-
"You might need to install Google USB Driver to run the sketch on your device.<br>" +
655
-
"Please follow the guide at <a href='http://developer.android.com/tools/extras/oem-usb.html#InstallingDriver'>http://developer.android.com/tools/extras/oem-usb.html#InstallingDriver</a> to install the driver.<br>" +
656
-
"You will also need to download the driver from <a href='http://developer.android.com/sdk/win-usb.html'>http://developer.android.com/sdk/win-usb.html</a>";
668
+
JLabeltext1 = newJLabel("<html>You might need to install Google USB Driver to run the sketch<br>" +
0 commit comments