I'm working with Netbeans and I have two JFrames in same package:F1 and F2.
F1 consists of two JInternalFrames that are named in1 and in2.
F2 consists of a Jbutton named but.
Now, how can I show in1 (InternalJframe in F1), when I press but(jbutton in F2)?
I mean how can I access in1 that is in F1 through F2?