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 220730 - Components in a GUI Form disappear sometimes
Summary: Components in a GUI Form disappear sometimes
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 7.3
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-24 10:54 UTC by ytn01
Modified: 2012-11-09 17:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot-1 (262.29 KB, image/png)
2012-10-24 10:54 UTC, ytn01
Details
Screenshot-2 (261.56 KB, image/png)
2012-10-24 10:55 UTC, ytn01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2012-10-24 10:54:59 UTC
Created attachment 126445 [details]
Screenshot-1

Create a new Java applicaiton project, & add a JPanel to it.
Design the JPanel so it closely resembles screenshot-1.
Now select jLabel1 & jLabel2 via shift+click sequentialy, (reversing the sequence won't result the issue).

Notice that Immediately after selecting jLabel2, the jToggleButton1 disappears. (as shown in screenshot-2)


Product Version = NetBeans IDE Dev (Build 201210180002)
Operating System = Mac OS X version 10.7.4 running on x86_64
Java; VM; Vendor = 1.7.0_10-ea
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.6-b03
Comment 1 ytn01 2012-10-24 10:55:34 UTC
Created attachment 126446 [details]
Screenshot-2
Comment 2 ytn01 2012-10-24 11:18:52 UTC
As you might seen on the screenshots, I added JFrame to the project,... not a JPanel.
I mistakenly typed that.
Comment 3 Tomas Pavek 2012-11-09 17:23:37 UTC
Looks like a layout gap is painted over the button on the second screenshot.