A classic StackOverflow : Java Swing
- by ModernTalking
Greetings everyone!
I programmed GUI Application using Java Swing under Windows.
Under windows everything works well.
Now I am trying it under Linux (using distribution Linux Mint 7).
I am getting and nasty StackOverflowException, when I call frame's dispose method! The problematic frame is JDialog component.
Here is some output : edited, full…