Posted By:
Mathew_Lafrance
Posted On:
Tuesday, October 30, 2001 12:14 PM
In J++, under the dreaded Microsoft JVM, I'd like to get the HWND of a java.awt.Canvas.
I've tried using ComponentPeerX however a Canvas is window-less, and doesn't return an HWND. I need this HWND, not the nearest one, to be able to draw OpenGL code without painting over everything in the frame.
Thanks in advance,