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 - "Design This Container" doesn't work
Summary: "Design This Container" doesn't work
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-15 15:04 UTC by Marian Mirilovic
Modified: 2004-01-30 09:55 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 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)