diff --git a/src/main/java/com/threerings/getdown/launcher/GetdownApp.java b/src/main/java/com/threerings/getdown/launcher/GetdownApp.java index dc6b06a..57818ff 100644 --- a/src/main/java/com/threerings/getdown/launcher/GetdownApp.java +++ b/src/main/java/com/threerings/getdown/launcher/GetdownApp.java @@ -186,10 +186,10 @@ public class GetdownApp } @Override - protected void fail(String message) { - // If the frame was set to be undecorated, make window decoration available + protected void fail (String message) { + // if the frame was set to be undecorated, make window decoration available // to allow the user to close the window - if(_frame != null && _frame.isUndecorated()){ + if (_frame != null && _frame.isUndecorated()) { _frame.dispose(); _frame.setUndecorated(false); showContainer();