Tools add
Posted: Sun Sep 21, 2014 7:02 am
Hello,
When trying to add tools to the chart at runtime i get
This is in my application, but it must also happen in the teechart examples\application1 beacuase the window is not opened there as well.
Please help,
Avi
When trying to add tools to the chart at runtime i get
Code: Select all
java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(ImageIcon.java:181)
at com.steema.teechart.editors.Renderer.getListCellRendererComponent(ToolsGallery.java:341)
at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1344)
at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1294)
at javax.swing.plaf.basic.BasicListUI.getPreferredSize(BasicListUI.java:561)
at javax.swing.JComponent.getPreferredSize(JComponent.java:1634)
at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:769)
at java.awt.Container.layout(Container.java:1421)
Please help,
Avi