Hello,

I've designed a GUI with Netbeans / Matisse (very usefull for gui developpement).
The panel is integrated in a form (binding is ok).
But I encountered the following problem :
I'd like to put my commitCommand on a simple JButton made by the designer.

What is the best way to do this ?
Should I use SwingActionAdapter(ActionCommand command) ?

Regards,

Christophe