Though, I have filed a jira to debug errors coming from AWT- EventQueue, but
today I am seeing this error when using GridPane, e.g.
<Form.Section>
<Border>
<content>
<GridPane columnCount="6"
styles="{horizontalSpacing:1, verticalSpacing:1, showHorizontalGridLines:true,
showVerticalGridLines:true}">
<rows>
<GridPane.Row>
<Label text="Account Value:"
styles="{horizontalAlignment:'right', font:{size:10}, color: '#FFFFFF'}"/>
<Label textKey="accountValue"
styles="{horizontalAlignment:'right',font:{size:10, bold:true}, color:
'#CCCCCC'}"/>
...
</GridPane.Row>
<GridPane.Row>
...
</rows>
</GridPane>
</content>
</Border>
</Form.Section>
Exception in thread "AWT-EventQueue-0"
java.lang.ArrayIndexOutOfBoundsException: 3 at
org.apache.pivot.wtk.skin.GridPaneSkin$Metadata.isRowVisible(Unknown Source)
at org.apache.pivot.wtk.skin.GridPaneSkin.paint(Unknown Source) at
org.apache.pivot.wtk.Component.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.Container.paint(Unknown Source) at
org.apache.pivot.wtk.ApplicationContext$DisplayHost.paintDisplay(Unknown
Source) at
org.apache.pivot.wtk.ApplicationContext$DisplayHost.paintVolatileBuffered(Unknown
Source) at
org.apache.pivot.wtk.ApplicationContext$DisplayHost.paint(Unknown Source) at
org.apache.pivot.wtk.ApplicationContext$DisplayHost.update(Unknown Source)
at sun.awt.RepaintArea.updateComponent(RepaintArea.java:267) at
sun.awt.RepaintArea.paint(RepaintArea.java:233) at
apple.awt.ComponentModel.handleEvent(ComponentModel.java:263) at
java.awt.Component.dispatchEventImpl(Component.java:4790) at
java.awt.Component.dispatchEvent(Component.java:4544) at
java.awt.EventQueue.dispatchEvent(EventQueue.java:635) at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at
java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Any idea?
______________________________________________
See http://www.peak6.com/email_disclaimer.php
for terms and conditions related to this email