Friday, October 26, 2012

Code used in video "Java prog#15.How To Open New Jframe From A jButton in Netbeans java"

10:03 AM

Here I am providing the downloadable code link of  the java code I have used in the video
 "JJava prog#15.How To Open New Jframe From A jButton in Netbeans java"  of my YouTube channel ProgrammingKnowledge

Click Link to watch the video LINK

This code below is for the NewbuttonActionPerformed  method action perform




  private void NewbuttonActionPerformed(java.awt.event.ActionEvent evt) {                                         

      
        
        close();
        Userino_frame s = new Userino_frame();
         s.setVisible(true);
    } 

Written by

We are one of the initiators of the development of information technology in understanding the need for a solution that is familiar and close to us.

0 comments:

Post a Comment

 

© 2013 Klick Dev. All rights resevered.

Back To Top