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 214036 - Problems with null layout
Summary: Problems with null layout
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-12 12:10 UTC by Tomas Pavek
Modified: 2012-06-15 06:11 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 Tomas Pavek 2012-06-12 12:10:40 UTC
Create a new form with null layout. Add a JPanel to it (with free design). Add e.g. JLabel to the subpanel.
1) It is not possible to resize the panel with free design while it is in null layout container (unless some layout gap in the subpanel is selected, then it works due to some side effect).
2) Change text of the label in the free design subpanel. The whole designer size collapses to a dot.
Comment 1 Tomas Pavek 2012-06-12 15:37:59 UTC
Fixed.
http://hg.netbeans.org/jet-main/rev/c7d4236a8143
Comment 2 Quality Engineering 2012-06-15 06:11:29 UTC
Integrated into 'main-golden', will be available in build *201206150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c7d4236a8143
User: Tomas Pavek <tpavek@netbeans.org>
Log: #214036: problems with null layout