I have a search screen for e.g. company names.
When I input a company id (coyId) into the textfield and click on the search button, I expect a company name to be displayed in the center of the borderpane.
I want to search different company names multiple times by inputting different id's and clicking on search button.
The problem is, I can only do it once, if I click on it a second time, it crashes my
IDE, the SDK, freezes the laptop with many hundreds of error messages in the console... I thought if of consume.event(), nope, that's not it.