Login  Register

Re: How to make screenshot on SWT

Posted by mjamesupc on Jun 10, 2015; 12:52am
URL: https://forum.jogamp.org/How-to-make-screenshot-on-SWT-tp4033448p4034627.html

Some more questions, and please don't hesitate to point me to documentation that covers this:

in eclipse SWT GLCanvas, we have functions extended from org.eclipse.swt.widgets.Widget and class java.awt.Component such as isDisposed(), getBounds(), getShell(), getClientArea(), addMouseListener() .  These functions are not available for AWT GLcanvas, so I'm curious what the equivalent functions are.