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 240118 - java.awt.IllegalComponentStateException: contentPane cannot be set to null.
Summary: java.awt.IllegalComponentStateException: contentPane cannot be set to null.
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 13:13 UTC by Tomas Stupka
Modified: 2014-01-10 02:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206398


Attachments
stacktrace (3.57 KB, text/plain)
2014-01-08 13:13 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2014-01-08 13:13:00 UTC
Build: NetBeans IDE Dev (Build 20140108-fc8ec6bbaca4)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
tstupka: ctx menu on project > clean & build




Stacktrace: 
java.awt.IllegalComponentStateException: contentPane cannot be set to null.
   at javax.swing.JRootPane.setContentPane(JRootPane.java:620)
   at javax.swing.JFrame.setContentPane(JFrame.java:693)
   at org.netbeans.core.windows.EditorOnlyDisplayer.cancel(EditorOnlyDisplayer.java:153)
   at org.netbeans.core.windows.view.ui.slides.SlideBar.stateChanged(SlideBar.java:255)
   at javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:132)
   at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:67)
Comment 1 Tomas Stupka 2014-01-08 13:13:01 UTC
Created attachment 143709 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2014-01-08 13:43:04 UTC
core-main 0fbf353d192b
Comment 3 Quality Engineering 2014-01-10 02:42:36 UTC
Integrated into 'main-silver', will be available in build *201401100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0fbf353d192b
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #240118 - IllegalComponentStateException