Login  Register

Re: White screen from command line

Posted by Robert on Nov 30, 2012; 9:15pm
URL: https://forum.jogamp.org/White-screen-from-command-line-tp4027331p4027340.html

I've tried with adding Java3D's Canvas3D to a JPanel, and likewise with adding a GLCanvas to a JPanel. In both cases the JPanel is added to the JFrame. I've further tried placing that JPanel inside another JPanel and it makes no difference. When I paint the containing JPanel red and don't add the 3D JPanel to it, it behaves as it should with a red screen, but otherwise I get the same white screen. arrgh! Why does this work when I run it in JCreator?