H
Hansi
Hi there.
I am very frustrated, cause an applet, i developed 2 years ago, now does
not work anymore.
I tried to find the reason and found this:
Older versions of Browsers and SUN-VM work, newest version does not.
The problem occurs, when a JFileChooser ist created the second time:
JFileChooser jfc= New JFileChooser();
This line of code is in a function, and when the function is called the
second time, the application hangs and does not execute the lines of
code under this line.
The hang causes the browser to hang too.
This effekt is in IE7 und Firefox 2.
Any idea, what I could do to fix this?
Please help, Regards, Hans
I am very frustrated, cause an applet, i developed 2 years ago, now does
not work anymore.
I tried to find the reason and found this:
Older versions of Browsers and SUN-VM work, newest version does not.
The problem occurs, when a JFileChooser ist created the second time:
JFileChooser jfc= New JFileChooser();
This line of code is in a function, and when the function is called the
second time, the application hangs and does not execute the lines of
code under this line.
The hang causes the browser to hang too.
This effekt is in IE7 und Firefox 2.
Any idea, what I could do to fix this?
Please help, Regards, Hans