Need some help about Java
I make a simulation using IDE NETBEANS but there is a warning: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
on source code :
if(!mapRouter.containsKey(routerA))
addRouter(routerA);
Anybody know how to finish it?








