Center debug log to center of BasicFrame instead of screen
This commit is contained in:
parent
9b4ccbf2e6
commit
a07a8c07e0
@ -381,7 +381,7 @@ public class DebugLogDialog extends JDialog {
|
||||
});
|
||||
|
||||
GUIUtil.setDisposableDialogOptions(this, close);
|
||||
setLocationRelativeTo(null);
|
||||
setLocationRelativeTo(parent);
|
||||
followBox.requestFocus();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user