[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: focuslistener and buttons don't mix?

Christian Elsen wrote:

Hi Pierce,

have you checked your imports? Could be that your're trying to e.g. add a awt-FocusListener to an swt-button or vice versa.

That was it -- I was implementing the awt focuslistener by mistake. Thanks Christian.


--PK