Search:

Type: Posts; User: John Joe

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,033

    Re: Why will this gui window not close

    Welcome
  2. Replies
    4
    Views
    1,033

    Re: Why will this gui window not close

    You need to add window listener


    public static void main(String argsp[]) {
    Frame frame = new Frame("Simple Frame Test");
    frame.setSize(400, 300);
    ...
Results 1 to 2 of 2