Created attachment 48 [details] null pointer exception demo Overview: When a user tries to run the program for the first time, in the console there is sometimes a null pointer exception. But it doesn't affect the execution of the program. Steps to Reproduce: Step1: run the main function in the Main class Step2: check the console Actual Results: Exception in thread "AWT-EventQueue-0": null pointer exception. Expected Results: No error displayed. Build Date & Hardware: Build 2020-10-20 on Mac OS Catalina 10.15.6 Additional Builds and Platforms: Build 2020-10-21 on Windows 10