| From:[jdnc-interest@masked-domain] |
| Sent on:Mon, 07 Jul 2008 12:11:26 PDT |
| In reply to:Re: JXLoginPane still does not allow write it sent on Mon, 07 Jul 2008 03:46:40 PDT by [jdnc-interest@masked-domain] |
Lacking the reproducible test case ... would it be possible for you to log all the events so we can have a look in what order are they delivered?
Just in case you wanted to ask how, the simplest way is to add this to the code.
[code]
Toolkit.getDefaultToolkit().addAWTEventListener(new AWTEventListener() {
public void eventDispatched(AWTEvent event) {
System.out.println("e:" + event);
}}, Long.MAX_VALUE);
[/code]
Once you get the log (try one for when it works and one for where it doesn't (and on same workstation and with same JDK preferably)) open the issue and attach logs to it (please relevant parts only as I'll have to read it) Thx.
Jan
[Message sent by forum member 'rah003' (rah003)]
http://forums.java.net/jive/thread.jspa?messageID=284840
---------------------------------------------------------------------
To unsubscribe, e-mail: [jdnc-unsubscribe@masked-domain]
For additional commands, e-mail: [jdnc-help@masked-domain]
| Sender | Date sent | Subject |
|---|---|---|
| [jdnc-interest@masked-domain] | Thu, 10 Jul 2008 05:11:04 PDT | Re: JXLoginPane still does not allow write it |
| [jdnc-interest@masked-domain] | Thu, 10 Jul 2008 05:07:34 PDT | Re: JXLoginPane still does not allow write it |
| [jdnc-interest@masked-domain] | Mon, 07 Jul 2008 03:46:40 PDT | Re: JXLoginPane still does not allow write it |
| [jdnc-interest@masked-domain] | Mon, 07 Jul 2008 03:33:49 PDT | Re: JXLoginPane still does not allow write it |
| [jdnc-interest@masked-domain] | Mon, 07 Jul 2008 03:28:34 PDT | Re: JXLoginPane still does not allow write it |
| [jdnc-interest@masked-domain] | Mon, 07 Jul 2008 02:32:01 PDT | Re: JXLoginPane still does not allow write it |
| [jdnc-interest@masked-domain] | Sun, 06 Jul 2008 03:28:13 PDT | Re: JXLoginPane still does not allow write it |
| [jdnc-interest@masked-domain] | Fri, 04 Jul 2008 18:18:05 PDT | Re: JXLoginPane still does not allow write it |
| [jdnc-interest@masked-domain] | Fri, 04 Jul 2008 15:34:04 PDT | JXLoginPane still does not allow write it |