Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT running with AWT/Swing

We are attempting to integrate SWT with an existing Swing application.
Specifically we are trying to embed an IE browser control inside our
application (isn't everyone? :).  We have successfully added the browser
component to the panel, but we are having focus problems.  Sometimes the
browser doesn't want to give up focus to the Swing components.

I noticed bug #4417, "AWT/Swing Interop Example", especially the part where
it refers to the "light widget focus issue".  I was wondering if there was
any word on this issue?  Are there any known workarounds for the focus
problem?

We have tried a number of methods to track mouse clicks and focus events
between AWT and SWT and keep them synchronized, but none of it has fixed the
problem.  I can post the source to our "BrowserPanel" component if anyone is
interested.

Thanks,

-- 
Matt Di Iorio                Software Engineer
mdiiorio@xxxxxxx         Phone: (404) 236-2748
Internet Security Systems (http://www.iss.net)



Back to the top