Formatting tweaks.
This commit is contained in:
@@ -187,7 +187,7 @@ 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();
|
||||||
|
|||||||
Reference in New Issue
Block a user