Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.07 seconds.

  1. Re: What is the "JFrame.EXIT_ON_CLOSE" called?

    You would have something like:
    public static final int SAVE_IGNORE_CANCEL = 0;
    public static final int SAVE_OPTION = 1;
    public static final int IGNORE_OPTION = 2;
    public static final int...
  2. Re: What is the "JFrame.EXIT_ON_CLOSE" called?

    It's just a static final int field; a constant. It has an integer value. Check out the API: JFrame (Java Platform SE 7 )
Results 1 to 2 of 2