svn commit: r16323 - trunk/src/argouml-app/src/org/argouml/uml/reveng/ui/ImportStatusScreen.java

Tom Morris <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-12-11 08:30:57-0800
New Revision: 16323

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/reveng/ui/ImportStatusScreen.java

Log:
TODO for bug in issue 5556.  No functional change.

Modified: trunk/src/argouml-app/src/org/argouml/uml/reveng/ui/ImportStatusScreen.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/reveng/ui/ImportStatusScreen.java?view=diff&pathrev=16323&r1=16322&r2=16323
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/reveng/ui/ImportStatusScreen.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/reveng/ui/ImportStatusScreen.java	2008-12-11 08:30:57-0800
@@ -156,6 +156,8 @@
             String message) {
         // TODO: Create an error dialog or panel in our progress dialog
         // for now we just use our old style separate error dialog
+        // TODO: BUG - All Swing processing must take place on the AWT event
+        // thread and we are on the Import Thread here
         ProblemsDialog problemsDialog = new ProblemsDialog(parentFrame, message);
         problemsDialog.setTitle(title);
         problemsDialog.setVisible(true);

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=982918

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.