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...
Type: Posts; User: sNIKE79; Keyword(s):
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...