Details
Description
I placed a tree view in the left pane of a split pane. When I resize the tree view's split pane down to the point that the tree view is almost not visible (perhaps the icon but not the text), the tree view starts throwing exceptions:
Exception thrown during paint(): java.lang.IllegalArgumentException: width is negative.
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: width is negative.
at org.apache.pivot.wtk.Component.setSize(Unknown Source)
at org.apache.pivot.wtk.content.TreeViewNodeRenderer.setSize(Unknown Source)
at org.apache.pivot.wtk.skin.terra.TerraTreeViewSkin.paint(Unknown Source)
....