Hello -
I am experiencing a shifting of my GLJPanel when I turn on the opengl pipeline for Java2D. I have a 3D viz in the GLJPanel and am overlaying a translucent JPanel which plays back a video using JMF. The video performance is awful unless the opengl pipeline is enabled, then all is well – except for my GLPanel!
I’ll try posting a couple of images . . . my first try so I will apologize now for when it does not work.
without pipeline enabled
with pipeline enabled
It appears the panel (or viewport?) is offset to the bottom left corner of the JFrame (as if the left list and lower graph panels were not there)
Any ideas?
Thank you,
Cory