How do I put a scroll bar onto a jogl canvas??
I am reading values from an array to draw a series of triangle. The canvas will only show the first triangles that are drawn from the values from the array.
How can I set a scroll bar or a scrolling property so that the I can show all the triangles drawn from the array??
Thanks!