CWFC-CCFB / CAT

A carbon accounting tool
GNU Lesser General Public License v3.0
0 stars 1 forks source link

ProductionManager UI fails #32

Closed donenrique24 closed 8 months ago

donenrique24 commented 8 months ago

When clicking on the folder button, the ProductionProcessorManagerDialog throws a NullPointerException:

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at lerfob.carbonbalancetool.productionlines.ProductionProcessorManagerDialog.createFileMenu(ProductionProcessorManagerDialog.java:191) at repicea.simulation.processsystem.SystemManagerDialog.initUI(SystemManagerDialog.java:226) at lerfob.carbonbalancetool.productionlines.ProductionProcessorManagerDialog.initUI(ProductionProcessorManagerDialog.java:170) at repicea.simulation.processsystem.SystemManagerDialog.(SystemManagerDialog.java:107) at lerfob.carbonbalancetool.productionlines.ProductionProcessorManagerDialog.(ProductionProcessorManagerDialog.java:148)

donenrique24 commented 8 months ago

This is due to the export button that is not instantiated if the Batik library cannot be found.