ucsb-cs56-projects / cs56-games-minesweeper

-
MIT License
0 stars 10 forks source link

On startup all the frames are built on the background creating overhead. #108

Open jrecinos98 opened 6 years ago

jrecinos98 commented 6 years ago

When the program is started, the leader board frame, the help frame, and the main menu frame are all built (only main menu is visible) causing the program to be slow. Some frames like the leader board frame are rarely used and should instead be instantiated upon request.