This tutorial will teach you how to send the data from one jframe to another Using java.data will be displayed on the second jframe.in the example i am going to teach add two number to calculating the total.the total will be displayed on the second jframe. paste the code inside the send button int num1,num2,tot; num1 = Integer.parseInt(txtno1.getText()); num2 = …