processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

Hyperlink error on tutorial page click

Open rupeshkumar22 opened this issue 4 years ago • 1 comments

Faced an error while trying to open a tutorial hyperlink mentioned in the dialog box.

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
	at processing.mode.android.AndroidUtil$1.hyperlinkUpdate(AndroidUtil.java:78)
	at javax.swing.JEditorPane.fireHyperlinkUpdate(JEditorPane.java:342)

linkerrorIssue

rupeshkumar22 avatar Jan 03 '21 19:01 rupeshkumar22

I think this is the duplicate of #436

rupeshkumar22 avatar Jan 03 '21 19:01 rupeshkumar22

Fixed with https://github.com/processing/processing-android/commit/812b8357bbe1b4ff6d400dc2122c482875136920

codeanticode avatar Mar 17 '23 20:03 codeanticode