Launch one jframe class from another jframe class with Netbeans IDE GUI
need help~~~ am new to Netbeans 5.5...situation is i have two classes coded in two separate .java files using the generated code for the GUI.. i would like to launch one of the class from the other using actionperformed command.. meaning launching form1 from form2 when a user clicks on button but i'm unable to do so because the frame.setVisible(true)
does not work on generated codes, i think.. so i'm not sure what to do or is there any other way than having to recode both .java files instead of using the generated codes.. appreciate it if anyone could help.. i can even provide u with the codes for both forms to ease the process of help.. thank you..

