Frank, I have not seen this before nor did anyone bring this to my attention. While this might be hard to debug I still would like to encourage you to investigate. Do you manually set a PLAF - what happens if you do?
Good luck and please keep me posted. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Frank Mei?ner > Sent: Thursday, May 08, 2003 1:33 AM > To: [email protected] > Subject: [Forum] occasional "java.lang.ArrayIndexOutOfBoundsException" > without effect > > > 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(RepaintManage > r.java:353) > at > javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Sys temEventQueueUtilities.java:116) > at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178) > at java.awt.EventQueue.dispatchEvent(EventQueue.java:448) > at > java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatc > hThread.java:197) > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchT > hread.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) > > > _______________________________________________ > Forum mailing list > [email protected] > http://mars.lunarpages.com/mailman/listinfo/forum_carlsbadcubes.com > >
