Run component action from parent in Netbeans
- by sax
Hi,
I am stuck with a problem in Netbeans. I created JPanel component and created an action in it. Now when I use this component in parent frame, I want to create a frame toolbar, that calls the component action. How can I do that?