sets location correct
This commit is contained in:
parent
e7de86a83f
commit
0b7bca56be
@ -37,7 +37,7 @@ public class AboutDialog extends javax.swing.JDialog {
|
|||||||
public AboutDialog(java.awt.Frame parent, boolean modal) {
|
public AboutDialog(java.awt.Frame parent, boolean modal) {
|
||||||
super(parent, modal);
|
super(parent, modal);
|
||||||
initComponents();
|
initComponents();
|
||||||
// this.setLocationRelativeTo(MainWin.instance);
|
this.setLocationRelativeTo(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user