Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Re: Verification Window "Do you really want to close?"

    Why are you extending JFrame at all? It looks like you're a bit confused about inheritance, so I recommend using instances of JFrame instead of extensions.
  2. Re: Verification Window "Do you really want to close?"

    You haven't posted an SSCCE of your code, so it's a little hard to tell what you're actually doing.

    Your call to dispose() will presumably call whatever you've extended, probably JFrame. I can't...
Results 1 to 2 of 2