2
votes
1answer
187 views

Listbox (JList) Won't update dynamically from custom ListModel

I'm working on a GUI app in Clojure using Seesaw and am having trouble getting a listbox (JList in Java) to update when my custom ListModel gets updated. Here's some of my code: (deftype ...