Search:

Type: Posts; User: Zein

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,383

    Re: Opening a new frame on close.

    In the smallest amount of time, I have thought of a way to fix this. Just set setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE) so that the user CANNOT hit the X button and can only hit the button...
  2. Replies
    1
    Views
    1,383

    Opening a new frame on close.

    I am hoping that there is a way to open a different frame when Xing(pressing the X) out of another. I am aware of setDefaultCloseOperation() but could this open up a different frame? I know if I have...
Results 1 to 2 of 2