Hi folks,
i try to use GLCanvas together with JSplitPane.
The GLCanvas should automatically be redrawn if the splitpane is moved. Therefore i’ve called JSplitPane.SetContinuousLayout(true). Well, this seems to work so far, the only problem is that the GLCanvas flickers while the JSplitPane is moved. (It appears like the JSplitPane clears the background before the GLCanvas is drawn)
Is there a way to remove the flickering of the GLCanvas?
Please let me know if you have an idea.
Thanks in advance,
nop nop nop…