Formatting tweaks.
This commit is contained in:
@@ -186,10 +186,10 @@ public class GetdownApp
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void fail(String message) {
|
protected void fail (String message) {
|
||||||
// If the frame was set to be undecorated, make window decoration available
|
// if the frame was set to be undecorated, make window decoration available
|
||||||
// to allow the user to close the window
|
// to allow the user to close the window
|
||||||
if(_frame != null && _frame.isUndecorated()){
|
if (_frame != null && _frame.isUndecorated()) {
|
||||||
_frame.dispose();
|
_frame.dispose();
|
||||||
_frame.setUndecorated(false);
|
_frame.setUndecorated(false);
|
||||||
showContainer();
|
showContainer();
|
||||||
|
|||||||
Reference in New Issue
Block a user