Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] AWT Native Interface.

I've got a Win32 implementation at http://www.pobox.com/~doo/SWT_AWT_Win32.zip.  The swt.jar in the zip has been modified to use my SWT_AWT class.  This means you will have to use the 2122 version of SWT included in the zip, or rebuild swt.jar if you want to use a newer version.

Matt

-----Original Message-----
From: Norton, Christopher [mailto:Christopher.Norton@xxxxxxxxxxxxxxxx]
Sent: Thursday, July 03, 2003 8:11 AM
To: 'platform-swt-dev@xxxxxxxxxxx'
Subject: [platform-swt-dev] AWT Native Interface.


Hi,

I don't know if this is the right forum or not but I've been attempting to
use the experimental SWT_AWT class to use both SWT and Swing from within the
same java frame.  I've narrowed my problems down to the DrawingSurface class
which has changed in JDK 1.4 and the current SWT_AWT class still attempts to
access the old DrawingSurface.  I did some investigating and I found out
that the new AWT Native Interface appears to be similar and the new class is
named JAWT_DrawingSurface.

Are there any plans to update the SWT_AWT class to use the new AWT Native
Interface?

I would attempt to do this myself but I don't know the effort level and I
don't have access to a C++ compiler.

Thanks for any feedback,


Chris
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top