Assume that i have 2 classes JFrame1 and JFrame2,both have a button namly button1 in JFrame1 and button2 in JFrame2.
i have written an event for button1. Wat i want is,to write an event Handler for button2 that triggers the event of the button1 in JFrame1.
Is it possible?
It will be helpful if u help me in deriving the soln.
Thank you.