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 38822

Summary: "Design This Container" doesn't work
Product: guibuilder Reporter: Marian Mirilovic <mmirilovic>
Component: CodeAssignee: issues@guibuilder <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2004-01-15 15:04:00 UTC
[nb_dev](200401141900), [jdk1.4.2_03]

Steps to reproduce:
- run IDE
- create new JFrame
- add JButton to the Top
- add JPanel to the Center
- add JButton and JToggleButton to the JPanel
- select JPanel from Component Inspector
- push "Design This Container" from popup menu
-> JFrame Designer contains empty design area (no
vissible components, it seems like designed frame
is empty)
Comment 1 Tomas Pavek 2004-01-15 15:13:21 UTC
The designer is just not repainted. E.g. switching to java source and
back helps. I agree it looks like not working at the first sight. I'm
going to fix it.
Comment 2 Tomas Pavek 2004-01-15 17:21:19 UTC
Fixed.
Comment 3 Marian Mirilovic 2004-01-30 09:55:01 UTC
verified in [nb_dev](200401291900)