My GUI shall open an modal JDialog. It works fine, when i hardcode this in Java. But when i use Spring i run into a UnsatisfiedDependencyException.
What went wrong?


public class MyGUI extends...