Hi:
I'm using gl4java on OSX from the specially packaged
form of gl4java for OSX obtained from:
http://homepage.mac.com/gziemski/projects/
The problem is that I am using GLAnimCanvas in a
JPanel with the layout of the JPanel set to BorderLayout.
As soon as I start the java application containing this,
the computer starts to seriously thrash and mouse
behaviour onscreen get really jittery, until finally I am
presented with the error:
2003-07-03 18:06:52.221 java[716] invalid memory
allocation
and various other forms of memory errors.
I have tried all sorts of alternatives over many hours
including writing my own layout class, and it seems that as
soon as resize() is called on the GLAnimCanvas by the layout
class instance, the above problem rears its head.
Any ideas?
Will