University-Management-System icon indicating copy to clipboard operation
University-Management-System copied to clipboard

Update Project.java (Update setSize() to Dynamically Fetch Screen Size)

Open CODExJATIN opened this issue 11 months ago • 0 comments

Refactor setSize() function to dynamically obtain screen size using Toolkit.getDefaultToolkit().getScreenSize(). This improves code readability and ensures accurate sizing across different screen resolutions.

CODExJATIN avatar Mar 23 '24 14:03 CODExJATIN