OSDN Git Service

chore: fix property apply
authorhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Tue, 11 Jan 2022 09:36:42 +0000 (18:36 +0900)
committerhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Tue, 11 Jan 2022 09:36:42 +0000 (18:36 +0900)
src/com/ranfa/main/DelesteRandomSelector.java

index 333bcc6..cc3d06e 100644 (file)
@@ -173,8 +173,8 @@ public class DelesteRandomSelector extends JFrame {
                this.setTitle(this.easter.getTodaysBirth());
                this.logger.debug("Version: {}", CheckVersion.getVersion());
                this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
-               // this.setBounds(100, 100, this.property.getWindowWidth(), this.property.getWindowHeight());
-               this.setBounds(100, 100, 640, 360);
+               this.setBounds(100, 100, this.property.getWindowWidth(), this.property.getWindowHeight());
+               // this.setBounds(100, 100, 640, 360);
                this.contentPane = new JPanel();
                this.contentPane.setBorder(new EmptyBorder(5, 5, 5, 5));
                this.setContentPane(this.contentPane);