Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Muhammad Adil Khan

Pages: [1]
1
Graphics / Re: JSFML - NullPointerException for RenderWindow
« on: March 14, 2020, 08:44:05 am »
1) NullPointerException is a RuntimeException . In Java, a special null value can be assigned to an object reference. NullPointerException is thrown when an application attempts to use an object reference that has the null value. These include: Calling an instance method on the object referred by a null reference.

Pages: [1]