Click here to Skip to main content
15,890,609 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
visaCheck.java is my form

so now i want to open that form by button click
here i develop a code for that?

Java
private void visaMenu3menu2ActionPerformed(java.awt.event.ActionEvent evt) {                                               
        
        visaCheck().setVisible(true);
        
        
    } 


but this code is not working..
gives me an error.
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900