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

Summary: Components in a GUI Form disappear sometimes
Product: guibuilder Reporter: ytn01
Component: Natural LayoutAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot-1
Screenshot-2

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.