Exception in thread "Thread principal - JTheque" java.lang.ExceptionInInitializerError
at jtheque.gui.actioncontrollers.JThequeActionController.<init>(JThequeActionController.java:78)
at jtheque.gui.actioncontrollers.ActionControllerManager.<clinit>(ActionControllerManager.java:22)
at jtheque.JTheque$1$1.run(JTheque.java:86)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at jtheque.gui.panels.JPanelActeur.build(JPanelActeur.java:185)
at jtheque.gui.panels.JPanelActeur.<init>(JPanelActeur.java:122)
at jtheque.gui.frames.JFrameJTheque.buildContentPane(JFrameJTheque.java:99)
at jtheque.gui.frames.JFrameJTheque.build(JFrameJTheque.java:74)
at jtheque.gui.frames.JFrameJTheque.<init>(JFrameJTheque.java:57)
at jtheque.controllers.JThequeController.<init>(JThequeController.java:11)
at jtheque.controllers.ControllerFactory.<clinit>(ControllerFactory.java:16)
... 4 more
Partager