Hello there,
I occasionally (about 25% of application starts) get a exception like
the one mentioned below.
This do'nt seem to have any effect whatsoever but anoys me a bit...
Anybody with the same problem? Despite this the GUI works very fine,
looks fine and behaves fine (despite the exception occured or not...)
Thanks,
Frank
java.lang.ArrayIndexOutOfBoundsException: 0
at javax.swing.text.html.BlockView.layoutMinorAxis(BlockView.java:244)
at javax.swing.text.BoxView.setSpanOnAxis(BoxView.java:326)
at javax.swing.text.BoxView.layout(BoxView.java:682)
at javax.swing.text.BoxView.setSize(BoxView.java:379)
at
javax.swing.plaf.basic.BasicTextUI$RootView.setSize(BasicTextUI.java:1598)
at
javax.swing.plaf.basic.BasicTextUI.getPreferredSize(BasicTextUI.java:800)
at javax.swing.JComponent.getPreferredSize(JComponent.java:1272)
at javax.swing.JEditorPane.getPreferredSize(JEditorPane.java:1206)
at
javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:769)
at java.awt.Container.layout(Container.java:1017)
at java.awt.Container.doLayout(Container.java:1007)
at java.awt.Container.validateTree(Container.java:1089)
at java.awt.Container.validate(Container.java:1064)
at
javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.java:353)
at
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:116)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)