srikandula
Programmer
I have one class Parent in swings , it created two child classes say Child1 and Child2 which are also swing applications
Parent
/ / Child1 Child2
Now my problem is what i type in child2 should be heard in child1 and vice versa, the parent should not implement any documentListener.My saying is entirely the child1 gets the data from child2 without any transmission logic writtten parent , ie both childs on there own getting data and processing.
Can any one give me code sample if possible.
Your help is badly needed.
srinivas
Parent
/ / Child1 Child2
Now my problem is what i type in child2 should be heard in child1 and vice versa, the parent should not implement any documentListener.My saying is entirely the child1 gets the data from child2 without any transmission logic writtten parent , ie both childs on there own getting data and processing.
Can any one give me code sample if possible.
Your help is badly needed.
srinivas