The reason I\'m asking is because I\'m getting NullPointerException. I now this is very easy but I\'m pretty new programming and find this a bit confusing. So say I have initial
NPE is caused by an object not being instantiated. So resolving it requires instantiation. You do that with the new operator so new Board()