jmathplot
jmathplot copied to clipboard
Icons missing from JAR file?
Shouldn't the icons (resources) in package org.math.plot.icons be contained in the distributed JAR file? They used to be in the older ZIP files but I cannot find them and a runtime (NullPointer) exception is thrown:
Exception in thread "main" java.lang.NullPointerException
at javax.swing.ImageIcon.
same problem (with Plot3DPanel), had to download source and add src/main/resources to run class path