Same app on windowx xp runs fine, but on ubuntu 8.10 give this error:
- Code: Select all
Exception occurred during event dispatching:
java.lang.NullPointerException
at com.jidesoft.swing.FastGradientPainter.createGradientTile(Unknown Source)
at com.jidesoft.swing.FastGradientPainter.drawGradient(Unknown Source)
at com.jidesoft.swing.JideSwingUtilities.fillGradient(Unknown Source)
at com.jidesoft.plaf.eclipse.Eclipse3xJideTabbedPaneUI.paintTabBackground(Unknown Source)
at com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.paintTab(Unknown Source)
at com.jidesoft.plaf.eclipse.Eclipse3xJideTabbedPaneUI.paintTabArea(Unknown Source)
at com.jidesoft.plaf.basic.BasicJideTabbedPaneUI$ScrollableTabPanel.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(JComponent.java:1027)
I use JIDE Common 2.4.8.
What's wrong with that?