Re: Display a GLCanvasobject in Android
Posted by
gouessej on
Jun 08, 2016; 11:15am
URL: https://forum.jogamp.org/Display-a-GLCanvasobject-in-Android-tp4036803p4036807.html
Hi
Android doesn't support AWT and Swing, this limitation has nothing to do with JOGL itself. Therefore, you cannot use the AWT JOGL GLCanvas and the Swing JOGL GLJPanel under Android, you have to use the NEWT JOGL GLWindow instead.