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 60680 - error while trying to add a component into a panel of a JTabbedPane
Summary: error while trying to add a component into a panel of a JTabbedPane
Status: RESOLVED DUPLICATE of bug 59993
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
: 60681 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-30 21:29 UTC by aboaventura
Modified: 2005-09-05 09:30 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 aboaventura 2005-06-30 21:29:37 UTC
*********** Exception occurred ************ at 12:00 PM on Jun 30, 2005
java.lang.NullPointerException
	at
org.netbeans.modules.form.layoutdesign.LayoutDesigner.getAdjustableComponentAlignment(LayoutDesigner.java:2418)
	at
org.netbeans.modules.form.FormDesigner$AlignmentPalette.updateState(FormDesigner.java:1650)
	at
org.netbeans.modules.form.FormDesigner.updateAlignmentPalette(FormDesigner.java:633)
	at org.netbeans.modules.form.FormDesigner.selectionChanged(FormDesigner.java:592)
	at
org.netbeans.modules.form.FormDesigner.addComponentToSelectionImpl(FormDesigner.java:574)
	at org.netbeans.modules.form.FormEditor$5.formChanged(FormEditor.java:581)
	at org.netbeans.modules.form.FormModel.fireEvents(FormModel.java:895)
	at org.netbeans.modules.form.FormModel$EventBroker.run(FormModel.java:998)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
[catch] at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:1
Comment 1 Marian Mirilovic 2005-07-01 10:06:43 UTC
*** Issue 60681 has been marked as a duplicate of this issue. ***
Comment 2 Tomas Pavek 2005-07-13 10:31:05 UTC
Sorry, but I can't reproduce the problem (in build 20050711). The exception
indicates a component was incorrectly added to layout, but it is not clear what
caused this to happen. Please provide more detailed steps. Thanks
Comment 3 Marek Grummich 2005-07-20 12:58:14 UTC

*** This issue has been marked as a duplicate of 59993 ***