Posted By:
Marc_Claustre
Posted On:
Thursday, June 5, 2003 06:04 AM
Hi,
I use a JNI part to load a specific image in memory. It's memorised under the Win32 HBitmap format. I need to work on this image like on an java.awt.RenderedImage.
How could I obtain it from my HBitmap image ?
I know I will use awt, but how ?
Thanks...