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 60587 - During component resizing other components disappeared
Summary: During component resizing other components disappeared
Status: VERIFIED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2005-06-29 09:07 UTC by Marek Grummich
Modified: 2005-09-05 09:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NLFrame.form (3.45 KB, text/plain)
2005-06-29 09:11 UTC, Marek Grummich
Details
NLFrame.java (3.55 KB, text/plain)
2005-06-29 09:11 UTC, Marek Grummich
Details
Exception (2.45 KB, text/plain)
2005-06-29 09:19 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2005-06-29 09:07:31 UTC
Build 050619, jdk1.6.0-b42
I tried to design a Find dialog. I put JLabel to top, left place; JTextField
beside right and JButton top, right. When I resize JTextField to the whole space
between JLabel and JButton, JLabel and JButton disappeared. They appeared again
when I finish resizing.
Comment 1 Marek Grummich 2005-06-29 09:11:20 UTC
Created attachment 22928 [details]
NLFrame.form
Comment 2 Marek Grummich 2005-06-29 09:11:51 UTC
Created attachment 22929 [details]
NLFrame.java
Comment 3 Marek Grummich 2005-06-29 09:16:28 UTC
I raise a priority P2 - It's hard to use form editor on jdk1.6.0-b42
Other scenario:
Steps:
- open attached form
- rename JButton (doubleclick on it; e.g "Find") 
- other components disappeared !!!

Workaround : close, save form and open it againg
Comment 4 Marek Grummich 2005-06-29 09:19:25 UTC
Created attachment 22930 [details]
Exception
Comment 5 Marek Grummich 2005-06-29 09:21:29 UTC
The attached exception is thrown, when you don't notice disappearing components
and add Close, Help JButtons bellow Find JButton.
Comment 6 lynggaard 2005-06-30 18:36:32 UTC
I am also seeing the effect of disappering components. In my build they return
as soon as I stop resizing or click on the "back (top) panel"

build 050629, jdk 1.6-ea-b39 (linux 32bit)
Comment 7 Jan Stola 2005-08-19 12:49:56 UTC
The issue was probably caused by some problem in Mustang build. I am not
able to reproduce it with the latest build (no. 47). Closing as WORKSFORME.
Feel free to reopen if you are able to reproduce it in the latest Mustang.
In such a case, please, attach a new test case.
Comment 8 Marek Grummich 2005-08-19 13:14:44 UTC
I am not able to reproduce it with build 050819, jdk1.6.0-b42, too.