Center debug log to center of BasicFrame instead of screen

This commit is contained in:
SiboVG 2022-08-14 10:43:52 +02:00
parent 9b4ccbf2e6
commit a07a8c07e0

View File

@ -381,7 +381,7 @@ public class DebugLogDialog extends JDialog {
});
GUIUtil.setDisposableDialogOptions(this, close);
setLocationRelativeTo(null);
setLocationRelativeTo(parent);
followBox.requestFocus();
}