Bugs item #2996726, was opened at 2010-05-04 20:40 Message generated for change (Tracker Item Submitted) made by rwruck You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=480577&aid=2996726&group_id=55394
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Robert Wruck (rwruck) Assigned to: Nobody/Anonymous (nobody) Summary: Use swing correctly Initial Comment: Much of the irritating behaviour in JXplorer (NPEs and IllegalStateExceptions from sun classes, Bug 1531513, Connection dialog succeeds but apparently not connected etc.) could be fixed by obeying to the rules of swing programming (http://java.sun.com/docs/books/tutorial/uiswing/concurrency/index.html) that sum up to: DON'T use swing components from outside the AWT dispatcher thread, most notably from dataReady() methods. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=480577&aid=2996726&group_id=55394 ------------------------------------------------------------------------------ _______________________________________________ Jxplorer-devel mailing list Jxplorer-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jxplorer-devel