T
Todd
Hello,
As before, the direct output of my program is on a system from which I
can not access the internet, nor can the data be easily transferred.
With that limitation, I am still hopeful that someone may have an idea
as to how I can track down the root of the exceptions that I get.
My program throws both NullPointerException and ClassCastExecption
from thread "AWT-EventQueue-0" showing trace for methods from
javax.swing, java.util and java.awt, but not to any of my methods.
Is there a way to determine where the exception is originating in my
code?
The program is generating and disposing of many progress bars as it
analyzes the problem it is working upon, while maintaining three other
JFrame's, when these exceptions occur. The program does not stop and
the exceptions are thrown repeatedly.
Any help is appreciated,
Todd
As before, the direct output of my program is on a system from which I
can not access the internet, nor can the data be easily transferred.
With that limitation, I am still hopeful that someone may have an idea
as to how I can track down the root of the exceptions that I get.
My program throws both NullPointerException and ClassCastExecption
from thread "AWT-EventQueue-0" showing trace for methods from
javax.swing, java.util and java.awt, but not to any of my methods.
Is there a way to determine where the exception is originating in my
code?
The program is generating and disposing of many progress bars as it
analyzes the problem it is working upon, while maintaining three other
JFrame's, when these exceptions occur. The program does not stop and
the exceptions are thrown repeatedly.
Any help is appreciated,
Todd