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
ArrayList<PVector> history = newArrayList<PVector>();
which makes it so that the casting is not required. I think the <> is fooling the page into thinking it's an HTML tag and is not being shown. Need to look into fixing this.
shiffman
changed the title
Mouse History example needs a cast to PVector when acessing the ArrayList - Java 1.8
Generics syntax <> not showing up in code examples
Aug 30, 2016
which makes it so that the casting is not required. I think the <> is fooling the page into thinking it's an HTML tag and is not being shown. Need to look into fixing this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/204#issuecomment-243539279, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APWTHJeAlAqgu0sW9o8im7KR7IRUQ6Yqks5qlHn3gaJpZM4JvFR5.
Hello: http://learningprocessing.com/examples/chp23/example-23-05-mouse-history-pvector -->
The text was updated successfully, but these errors were encountered: