[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Cathing event

Girish Hegde wrote:

> I am launching a JDialog containing a JButton from eclipse plugin. But I
> am not able to catch event from the JButton. I tried ActionListener
> interface. Any thoughts?

I have working JButtons on a JFrame (not JDialog).  I created an
AbstractAction
with the code to be executed in an actionPerformed method, and used the
addActionListener method for the button.

Jeffrey S. Kobal
IBM Corporation