Skip to content

Commit 1f62124

Browse files
committed
comment
1 parent 43b01e0 commit 1f62124

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/processing/mode/android/AndroidMode.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@ public static void extractFolder(File file, File newPath, boolean setExec) throw
455455
zip.close();
456456
}
457457

458+
// Based on some ideas seen in this thread
459+
// http://stackoverflow.com/questions/527719/how-to-add-hyperlink-in-jlabel
458460
static public void showMessage(String title, JComponent[] text,
459461
int w, int h) {
460462
if (title == null) title = "Message";

0 commit comments

Comments
 (0)