|
|
@ -124,6 +124,6 @@ public class GuideView extends JDialog { |
|
|
|
|
|
|
|
|
|
|
|
private void updateGuideViewLocation() { |
|
|
|
private void updateGuideViewLocation() { |
|
|
|
GUICoreUtils.centerWindow(window, this); |
|
|
|
GUICoreUtils.centerWindow(window, this); |
|
|
|
this.setSize(getSize()); |
|
|
|
this.setBounds(window.getBounds()); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|