this method is throwing exception , but you are not catching the exception in the calling method.

paintComponent is an overrided method , so its not possible to throw exception from...