UWB-Biocomputing/WorkBench

Neuron layout editor is missing icons

Closed this issue · 1 comments

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

This issue is resolved in PR #84.

fixed-icons