hello,
i am using a JSplitpane to separate a jogl-glcanvas from a swing-ui.
now whenever i resize the jSplitPane, the gleventlistener’s “init” function is called again.
i have also tried a GLJPanel, which results in init being called less often, but it is still called too often
how can i avoid this? thanks!