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 103577 - NullPointerException in Matisse
Summary: NullPointerException in Matisse
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P1 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-09 15:43 UTC by hecta
Modified: 2007-05-22 09:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hecta 2007-05-09 15:43:40 UTC
java.lang.NullPointerException
	at org.netbeans.modules.form.layoutdesign.LayoutDesigner.paintAlignment(LayoutDesigner.java:
1269)
	at org.netbeans.modules.form.layoutdesign.LayoutDesigner.paintSelection(LayoutDesigner.java:
1138)
	at org.netbeans.modules.form.layoutdesign.LayoutDesigner.paintSelection(LayoutDesigner.java:
1077)
	at org.netbeans.modules.form.HandleLayer.paintSelection(HandleLayer.java:257)
	at org.netbeans.modules.form.HandleLayer.paintComponent(HandleLayer.java:203)
	at javax.swing.JComponent.paint(JComponent.java:1002)
	at javax.swing.JComponent.paintChildren(JComponent.java:839)
	at org.netbeans.modules.form.FormDesigner$1.paintChildren(FormDesigner.java:202)
	at javax.swing.JComponent.paint(JComponent.java:1011)
	at javax.swing.JLayeredPane.paint(JLayeredPane.java:559)
	at javax.swing.JComponent._paintImmediately(JComponent.java:5058)
	at javax.swing.JComponent.paintImmediately(JComponent.java:4842)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:740)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:670)
	at javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:650)
[catch] at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run
(SystemEventQueueUtilities.java:128)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:598)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:300)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:210)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:200)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:195)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:187)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Jiri Prox 2007-05-11 16:23:04 UTC
We need more info for investigating this problem. Please attach steps to
reproduce, build number, related files etc...
Comment 2 Jan Stola 2007-05-22 09:36:00 UTC
No additional information provided => closing as WORKSFORME. Feel free to 
reopen if you are able to provide steps to reproduce.