Helmut Neemann

Results 149 comments of Helmut Neemann

Does it freeze immediately after opening the dialog, or are there still actions possible/necessary until it freezes?

At first look I can't find anything in the code that could be the cause. Is there any processor load in the frozen state?

And after the spike the load of the Java process drops to zero?

I have not yet thought about how to deal with this problem. You call these tests "flaky" but actually they are not, they have been running stable for years without...

I have tested this using a class with a huge number of field in random order of declaration. If such a class is serialized the fields appear in the exact...

Up to now there is no functionality implemented which moves wires programmatically. Wires are always moved by the user. Adding such a feature needs a bit more thinking about how...

@mengstr You can use the break component to detect the completed instruction. With "RunToBreak" you could then execute complete instructions.

Thanks for this contribution. However, there is a problem with this: Java has changed its distribution model with version 14. The favored way to distribute a java desktop application is...

But why not use jpackage and jlink?

Is it possible to create a wrapper that does not contain the jar file? So that a small wrapper loads the jar file from disk? In this case you could...