[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: JTextField not working

Terry,

Yes, this is the problem that was mentioned in other
threads. Here is a thread which has more information
about this.

    Re: WEmbeddedFrame (keyboard events)

Silenio


Terry Chan wrote:

> Hello,
> I have a JPanel with some swing widgets in it. I am using the SWT_AWT
> widget to integrate the JPanel into an SWT app (yes I know it is internal
> and I'm not supposed to use it).  The swing widgets work fine except
> JTextFields and password fields.  When I click on those text fields,
> nothing happens, they don't even receive focus.

> One of the earlier posts from OTI says swing text fields will mis-behave
> in SWT.  I guess this is it?  Does anyone have any success or could
> provide some tips on getting the JTextFields to work in SWT?

> Thanks
> Terry