UWB-Biocomputing / WorkBench

Software and data provenance management platform for simulations of dissociated cortical cultures.
https://uwb-biocomputing.github.io/WorkBench/
Apache License 2.0
1 stars 3 forks source link

Neuron layout editor is missing icons #85

Closed stevecl5 closed 3 years ago

stevecl5 commented 3 years ago

I noticed an issue that was producing several NullPointerExceptions upon launching the neuron layout editor (NLEdit).

null-pointer

After investigating the issue, I discovered that the error was caused by incorrect resource paths being used to load icons for several buttons on the NLEdit window.

missing-icons

stevecl5 commented 3 years ago

This issue is resolved in PR #84.

fixed-icons