Re: How to call value from one jFrame to another
Peter Hansson <[email protected]> Tue, 17 May 2016 21:02:23 +0200
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAC55jYMSPB9RW5-09Bex9w6_tcwyqZ3GwVUAiNLuRfFgh38G7w@mail.gmail.com> |
Hello saraadm Your question is not really related to NetBeans. Your question is not even specific to Java Swing, it is a basic Java question or even could be labelled as a basic programming question. I think you will get a better result by asking your question on something like Stackoverflow. This is definitely the wrong mailing list. Peter On Tue, May 17, 2016 at 4:32 PM, saraadm <[email protected]> wrote: > 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 > > > > >