Is this your first time here? SwingWiki is a Java Swing Developer community site with an big archive of Swing-related usenet groups and mailing lists, but also tips, tricks and articles and book reviews written by your colleagues from around the world. If you came here through a search engine and did not find what you were looking for, make sure to check the wiki table of contents.

Re: JXLoginPane still does not allow write it

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]
Found what you were looking for? If not - continue at Wiki Index

Other messages in this topic

SenderDate sentSubject
[jdnc-interest@masked-domain]Thu, 10 Jul 2008 05:11:04 PDTRe: JXLoginPane still does not allow write it
[jdnc-interest@masked-domain]Thu, 10 Jul 2008 05:07:34 PDTRe: JXLoginPane still does not allow write it
[jdnc-interest@masked-domain]Mon, 07 Jul 2008 03:46:40 PDTRe: JXLoginPane still does not allow write it
[jdnc-interest@masked-domain]Mon, 07 Jul 2008 03:33:49 PDTRe: JXLoginPane still does not allow write it
[jdnc-interest@masked-domain]Mon, 07 Jul 2008 03:28:34 PDTRe: JXLoginPane still does not allow write it
[jdnc-interest@masked-domain]Mon, 07 Jul 2008 02:32:01 PDTRe: JXLoginPane still does not allow write it
[jdnc-interest@masked-domain]Sun, 06 Jul 2008 03:28:13 PDTRe: JXLoginPane still does not allow write it
[jdnc-interest@masked-domain]Fri, 04 Jul 2008 18:18:05 PDTRe: JXLoginPane still does not allow write it
[jdnc-interest@masked-domain]Fri, 04 Jul 2008 15:34:04 PDTJXLoginPane still does not allow write it

 
Recent changes | RSS changes | Table of contents | News Archive | Terms And Conditions | Register | The Quest For Software++| Ruby Resources
FitNesse Resources