Neo-Aditya-s-personal-projects / ScoutRadioz-Data-Calculation

1 stars 0 forks source link

No way to have settings reset via the screen size #23

Open neo-Aditya opened 4 days ago

neo-Aditya commented 4 days ago

If someone has a bigger screen or window than someone else(in pixels), their stuff should be bigger and look like an upscaled version of the other screen, similar to how VS code or Notepad does it.

neo-Aditya commented 4 days ago

Toolkit.getScreenSize() could be used for the full-screen window in the beginning while frame.getBounds() may work for when the user resizes their window.

neo-Aditya commented 4 days ago

For resizing, threads might need to be used to always check the application and change the frame size.