This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 213611 - NullPointerException at javax.swing.plaf.basic.BasicTableUI.getPreferredSize
Summary: NullPointerException at javax.swing.plaf.basic.BasicTableUI.getPreferredSize
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-05 15:07 UTC by tim_sa
Modified: 2012-06-06 09:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189016


Attachments
stacktrace (3.65 KB, text/plain)
2012-06-05 15:07 UTC, tim_sa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tim_sa 2012-06-05 15:07:45 UTC
Build: NetBeans IDE Dev (Build 201206020001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTableUI.getPreferredSize(BasicTableUI.java:1728)
   at javax.swing.JComponent.getPreferredSize(JComponent.java:1660)
   at com.zfqjava.swing.JDataGrid.getPreferredSize(JDataGrid.java:3375)
   at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:790)
   at java.awt.Container.layout(Container.java:1503)
   at java.awt.Container.doLayout(Container.java:1492)
Comment 1 tim_sa 2012-06-05 15:07:50 UTC
Created attachment 120385 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-06-06 09:40:45 UTC
This line in the stack trace looks suspicious:
com.zfqjava.swing.JDataGrid.getPreferredSize