[NetBeans][JFrame] - JFrame Button
HI !
Im trying to make the application that is base on the multiple windows(JFrames ). When im opening window and somebody gonna enter wrong information i would likt to make a warning window with one button for example 'OK'. i puting action for the button
this.dispose();
but when im doing like that,when im pressing button the warning windows is being closed and that is ok and my additional window is being cloesed to. Can i use another function just to close this one window/?
Krystian,

