in SplashScreen paint(Graphics g) method the statement at line 80 else should be changed into else if (logo != null) otherwise if both title and logo are null it should generate an NullPointerException
Log in to post a comment.