S
Sanny
I have an Applet which works fine on my system and many other systems.
But a Web Visitor using my applet on Firefox. His Applet Crashes
giving below error. He has latest Java Plugins Installed.
Exception in thread "AWT-EventQueue-3"
java.lang.StringIndexOutOfBoundsException: String index out of range:
73
at java.lang.String.charAt(Unknown Source)
at aaa.myapplet.paint(myapplet.java:4271)
at aaa.myapplet.update(myapplet.java:3641)
at sun.awt.RepaintArea.updateComponent(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Looks like The StringIndexOutOfBoundsException is the reasion.
But when I try that applet on my computer It do not give any error?
What may be the possible reasion for this error?
Bye
Sanny
But a Web Visitor using my applet on Firefox. His Applet Crashes
giving below error. He has latest Java Plugins Installed.
Exception in thread "AWT-EventQueue-3"
java.lang.StringIndexOutOfBoundsException: String index out of range:
73
at java.lang.String.charAt(Unknown Source)
at aaa.myapplet.paint(myapplet.java:4271)
at aaa.myapplet.update(myapplet.java:3641)
at sun.awt.RepaintArea.updateComponent(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Looks like The StringIndexOutOfBoundsException is the reasion.
But when I try that applet on my computer It do not give any error?
What may be the possible reasion for this error?
Bye
Sanny