|
|
@ -367,12 +367,12 @@ public class GUIExperiment |
|
|
|
|
|
|
|
|
// iterate to next property |
|
|
// iterate to next property |
|
|
undefinedConstants.iterateProperty(); |
|
|
undefinedConstants.iterateProperty(); |
|
|
yield(); |
|
|
|
|
|
|
|
|
Thread.yield(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
// iterate to next model |
|
|
// iterate to next model |
|
|
undefinedConstants.iterateModel(); |
|
|
undefinedConstants.iterateModel(); |
|
|
yield(); |
|
|
|
|
|
|
|
|
Thread.yield(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
SwingUtilities.invokeAndWait(new Runnable() |
|
|
SwingUtilities.invokeAndWait(new Runnable() |
|
|
|