Hi Fellows:
Hope you all to be keeping busy programming with passion. this is the case with 
me. I have got a project and I'm working on,yet here I have a problem:

I created in the some package some JFrames,that are,in turn classes.The idea 
now is to call one frame through the other.For instance,
in one of them I added buttons,so I want to click a button and have another 
JFrame,that's another class,showing up.
Here is a piece of code:

// private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
        // TODO add your handling code here:
        if (jButton1.equals(evt.getClass()))
            StudentSigningUp().show();
    }//
 
jbutton1 is a component of a frame and Studentsigningup is another frame (a 
form for enrolling students).

Can you help me out?
                                          

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en

Reply via email to