Bugs item #2996726, was opened at 2010-05-04 11:40
Message generated for change (Comment added) made by pegacat
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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Robert Wruck (rwruck)
>Assigned to: Christopher Betts (pegacat)
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.


----------------------------------------------------------------------

>Comment By: Christopher Betts (pegacat)
Date: 2012-01-03 18:33

Message:
Thanks *heaps* for this Robert - sorry about the long delay, but the patch
was invaluable.  I had misunderstood the cause of the errors; many thanks
for sorting this out for us!
I've taken the liberty of name checking you in the release notes.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=2996726&group_id=55394

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Jxplorer-devel mailing list
Jxplorer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to