[mdr-users] MDR and Swing

Dimitrios Kolovos <[email protected]> Wed, 14 Sep 2005 13:38:17 +0300
Newsgroups gmane.comp.java.netbeans.modules.mdr.user
Message-ID <[email protected]>
I am working on a small utility that displays and MDR model in a JTree. 
In generally I face a lot of execution "freezing" issues and I often 
have to call SwingUtilities.invokeLater() to prevent execution from 
freezing where MDR is involved. Does anyone else have similar (bad) 
experience (and hopefully come up with a solution) with MDR and JTree 
(or Swing in general)?

Cheers,
Dimitrios

P.S. I use Eclipse for Java development in case that makes a difference.