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 253052

Summary: java.lang.IllegalStateException: javax.swing.JComboBox[,0,0,0x0,invalid,layout=com.sun.java.swing.plaf.windows.WindowsComboBoxUI$3,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.basic.BasicBord
Product: guibuilder Reporter: uimp3
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal CC: uimp3
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 192280
Attachments: stacktrace

Description uimp3 2015-06-18 03:37:51 UTC
Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
GUEST: I Was modifying the form and the error ocurred

GUEST: IllegalStateException: javax.swing.JLabel[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=8388608,maximumSize=,minimumSize=,preferredSize=,defaultIcon

GUEST: IllegalStateException: javax.swing.JButton[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.5,border=javax.swing.plaf.BorderUIResource$CompoundBorderUIResou
<record>
  <date>2015-06-17T22:02:16</date>
  <millis>1434596536324</millis>
  <sequence>1073</sequence>
  <level>FINE</level>
  <thread>19</thread>
  <message>LOG_WINDOW_DEACTIVATED</message>
  <key>LOG_WINDOW_DEACTIVATED</key>
  <catalog>org.netbeans.core.ui.warmup.Bundle</catalog>
</record>
<record>
  <date>2015-06-17T22:02:51</date>
  <millis>1434596571984</millis>
  <sequence>1076</sequence>
  <level>INFO</level>
  <thread>19</thread>
  <message>USG_ISSUE_TRACKING</message>
  <param>Bugzilla</param>
  <param>ISSUE_EDIT</param>
</record>
<record>
  <date>2015-06-17T22:04:34</date>
  <millis>1434596674079</millis>
  <sequence>1080</sequence>
  <level>FINE</level>
  <thread>19</thread>
  <message>LOG_SHOWING_HELP</message>
  <key>LOG_SHOWING_HELP</key>
  <catalog>org.netbeans.modules.javahelp.Bundle</catalog>
  <param>org.netbeans.mo

GUEST: solo cerre mi proyecto y cuando volvi a ejecutar netbeans mi interfaz se movio completamente

GUEST: <Please provide a description of the problem or the steps to reproduce>l

GUEST: Please HELP!!!

GUEST: When I try to edit the GUI, my work is gone. The only thing showing es the JMenuBar, the rest is gone.

uimp3: java.lang.IllegalStateException: javax.swing.JLabel[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=8388608,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,horizontalAlignment=LEADING,horizontalTextPosition=TRAILING,iconTextGap=4,labelFor=,text=Cola :,verticalAlignment=CENTER,verticalTextPosition=CENTER] is not attached to a horizontal group
	at javax.swing.GroupLayout.checkComponents(GroupLayout.java:1086)
	at javax.swing.GroupLayout.prepare(GroupLayout.java:1040)
	at javax.swing.GroupLayout.layoutContainer(GroupLayout.java:910)
	at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.createLayout(SwingLayoutBuilder.java:199)
	at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.setupContainerLayout(SwingLayoutBuilder.java:108)
[catch] at org.netbeans.modules.form.VisualReplicator.setupContainerLayout(VisualReplicator.java:830)
	at org.netbeans.modules.form.VisualReplicator.cloneComponent(VisualReplicator.java:762)
	at org.

GUEST: <record>
  <date>2015-06-17T22:23:43</date>
  <millis>1434597823187</millis>
  <sequence>1206</sequence>
  <level>FINE</level>
  <thread>19</thread>
  <message>LOG_WINDOW_DEACTIVATED</message>
  <key>LOG_WINDOW_DEACTIVATED</key>
  <catalog>org.netbeans.core.ui.warmup.Bundle</catalog>
</record>
<record>
  <date>2015-06-17T22:24:04</date>
  <millis>1434597844150</millis>
  <sequence>1207</sequence>
  <level>FINER</level>
  <thread>19</thread>
  <message>UI_ACTION_BUTTON_PRESS</message>
  <key>UI_ACTION_BUTTON_PRESS</key>
  <catalog>org.openide.awt.Bundle</catalog>
  <param>org.openide.awt.Toolbar$DefaultIconButton[]</param>
  <param>org.openide.awt.Toolbar$DefaultIconButton</param>
  <param>org.netbeans.modules.project.ui.actions.OpenProject[Abrir Proy&amp;ecto...]</param>
  <param>org.netbeans.modules.project.ui.actions.OpenProject</param>
  <param>Abrir Proy&amp;ecto...</param>
</record>
<record>
  <date>2015-06-17T22:24:29</date>
  <millis>1434597869453</millis>
  <sequence>1208</sequ

GUEST: Versioning control




Stacktrace: 
java.lang.IllegalStateException: javax.swing.JComboBox[,0,0,0x0,invalid,layout=com.sun.java.swing.plaf.windows.WindowsComboBoxUI$3,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.basic.BasicBorders$FieldBorder@102d4c4,flags=328,maximumSize=,minimumSize=,preferredSize=,isEditable=false,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=] is not attached to a horizontal group
   at javax.swing.GroupLayout.checkComponents(GroupLayout.java:1086)
   at javax.swing.GroupLayout.prepare(GroupLayout.java:1040)
   at javax.swing.GroupLayout.layoutContainer(GroupLayout.java:910)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.createLayout(SwingLayoutBuilder.java:199)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.setupContainerLayout(SwingLayoutBuilder.java:108)
   at org.netbeans.modules.form.VisualReplicator.setupContainerLayout(VisualReplicator.java:830)
Comment 1 uimp3 2015-06-18 03:37:55 UTC
Created attachment 154276 [details]
stacktrace