GLCanvas in splitters do not work on Windows

Hi. I’ve got a top left JOGL GLCanvas and a treeview to the right and a TextPanel at the bottom.

This works fine on OS X, but nothing at all shows on Windows, even though the NEHE examples run fine.
(My window runs fine without the splitters though)

Anyone knows what to do?
(I get no errors/exceptions)

Are you using a JSplitPane? Are you specifying -Dsun.java2d.noddraw=true on the command line? If not, does specifying that flag clear up your problem?

Do you have a small test case? If so, please file a bug with the JOGL Issue Tracker.

No. That didn’t fix it. I’ll file a bug report :slight_smile: