I have some code that keeps track of multiple document windows in an
application by maintaining a List and watching for windowActivated
messages to keep track of which JFrame is active. I am testing this by
creating two new JFrames, Untitled 1 and Untitled 2. When they are
created they are placed in the list. Below is some debugging print
statements, tracking the adding of JFrames to the list and the
activation and deactivation of those JFrames. This seems odd too me
that there is so much activity just from the creation of the JFrames.
And odder still that Untitled 1 is the JFrame that is activated last,
since Untitled 2 is clearly the active window on the desktop. Am I
misunderstanding/misusing these methods of the windowAdapter, or is
this a bug?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden