Search:

Type: Posts; User: jps

Search: Search took 0.09 seconds.

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

    If one window attempts to close a different window there can be all sorts of complications. The best way for windowA to close windowB would be for windowA to call a method in windowB and let windowB...
  2. Re: Verification Window "Do you really want to close?"

    Maybe this page explains a little about the "layers"


    dispose() is a method defined in java.awt.Window
    java.awt.Frame extends Window
    javax.swing.JFrame extends Frame
    Fenster extends JFrame...
Results 1 to 2 of 2