How to call value from one jFrame to another

"saraadm" <[email protected]> Tue, 17 May 2016 14:32:05 +0000
Newsgroups gmane.comp.java.netbeans.devel
Message-ID <[email protected]>
Hi.. I want ask you about program in net beans..

I have 3 jFrame, first JFrame for entering data for example a=1 , b=2 , c=3 , d=4, and in second frame I want to call the value to calculate addition=a+b+c+d
and third jFrame for multiplication = a * b * c * d

Thank you