On Apr 12, 4:52 pm, iszeke...@gmail.com wrote:
> Ok, I believe you are going to find this simple,
> Right well I'm useing netbeans and i have created two separate
> jframes, I have them in the same package, and I want to call/open/view
> jframe2 by pressing a button on jframe1.
> Any help will be greatly welcome.
> Thanks in advance.
Insert into the button's action listener (usually a method called
actionPerformed) a line like
jframe2.setVisible(true);
Faton Berisha
iszekeell@gmail.com - 23 Apr 2007 18:49 GMT
thanks work a treat
sorry for not replying sooner, didn't think i got the post up
thanks again