Issue #263 AS3 Disabling graphic Hilighting in longer classes

This commit is contained in:
Jindra Pet��k
2013-07-27 10:41:06 +02:00
parent 2c2b722c27
commit 8b39e3caf1
16 changed files with 195 additions and 170 deletions
@@ -167,7 +167,7 @@ public class View {
} else {
try {
SwingUtilities.invokeAndWait(r);
} catch ( InterruptedException | InvocationTargetException ex) {
} catch (InterruptedException | InvocationTargetException ex) {
Logger.getLogger(View.class.getName()).log(Level.SEVERE, null, ex);
}
}