X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=getdown%2Fsrc%2Fgetdown%2Flauncher%2Fsrc%2Fmain%2Fjava%2Fcom%2Fthreerings%2Fgetdown%2Flauncher%2FGetdown.java;h=01bf370e71e5c1448bc0adc7e73a7128c0c95f52;hb=7d8ba6c44b69e49f071c082d19470c399ff84255;hp=f64959ba5fc0dfe097e719c1da63120719e8ccb8;hpb=e71869cde71ac42b05f9a1c45776dc5bb7f469d7;p=jalview.git diff --git a/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java b/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java index f64959b..01bf370 100644 --- a/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java +++ b/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java @@ -981,7 +981,7 @@ public abstract class Getdown extends Thread } }); - if (! _addedStatusLayer) { + if (_status != null && ! _addedStatusLayer) { _layers.add(_status, Integer.valueOf(2)); _addedStatusLayer = true; initInterface(); @@ -1128,14 +1128,12 @@ public abstract class Getdown extends Thread try { EventQueue.invokeAndWait(r); //r.run(); - log.warning("INVOKEANDWAIT", "shownContainer", _shownContainer); } catch (Exception e) { log.warning("Tried to invokeAndWait but couldn't. Going to invokeLater instead", "Exception", e.getMessage()); EventQueue.invokeLater(r); } } else { EventQueue.invokeLater(r); - log.warning("INVOKELATER", "ifc", _ifc, "shownContainer", _shownContainer); //r.run(); }