I am having trouble trying to send a label value to another form. Below is the code copied to pastebin.
MainPage.java
https://pastebin.com/BJuy0yHn
Index.java
https://pastebin.com/BYf06qdG
Index2.java
https://pastebin.com/3LkwTz3z
What i am trying to achieve is have index let the user modify the lblamnt field to a purchase amount(eg 109.99) grabbed all the user input and send it to index2 and have it displayed. Problem is it doesnt send anything the user input it in. EG. default is 1337 user put in 45 with final string as 133745. The amount gets sent and display only 1337.