Last active
August 29, 2015 14:05
-
-
Save ScruffyRules/2177ed526ceaae070540 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception in thread "AWT-EventQueue-1" java.lang.NullPointerException | |
at com.ionprogramming.ld30.TitleScreen.render(TitleScreen.java:78) | |
at com.ionprogramming.ld30.LD30.paint(LD30.java:56) | |
at com.ionprogramming.ld30.LD30.update(LD30.java:72) | |
at sun.awt.RepaintArea.updateComponent(Unknown Source) | |
at sun.awt.RepaintArea.paint(Unknown Source) | |
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source) | |
at java.awt.Component.dispatchEventImpl(Unknown Source) | |
at java.awt.Container.dispatchEventImpl(Unknown Source) | |
at java.awt.Component.dispatchEvent(Unknown Source) | |
at java.awt.EventQueue.dispatchEventImpl(Unknown Source) | |
at java.awt.EventQueue.access$400(Unknown Source) | |
at java.awt.EventQueue$3.run(Unknown Source) | |
at java.awt.EventQueue$3.run(Unknown Source) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) | |
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) | |
at java.awt.EventQueue$4.run(Unknown Source) | |
at java.awt.EventQueue$4.run(Unknown Source) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) | |
at java.awt.EventQueue.dispatchEvent(Unknown Source) | |
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) | |
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) | |
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) | |
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) | |
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) | |
at java.awt.EventDispatchThread.run(Unknown Source) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment