java Programming Glossary: jf2
How can I pass a variable from one JFrame To Another JFrame http://stackoverflow.com/questions/10509385/how-can-i-pass-a-variable-from-one-jframe-to-another-jframe but am not sure how to proceed. I have 2 Jframes JF1 JF2 and I need to pass a variable from the JF1 to JF2 This is the.. JF1 JF2 and I need to pass a variable from the JF1 to JF2 This is the code for JF1 Note i need the value x value x get.. evt TODO add your handling code here JF1 JFBU new JF1 JF2 JCreate new JF2 this.setVisible false int z Integer.parseInt..
|