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 198435

Summary: Gap support in grid designer
Product: guibuilder Reporter: Jan Stola <jstola>
Component: CodeAssignee: Petr Somol <psomol>
Status: RESOLVED FIXED    
Severity: normal Keywords: PLAN
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jan Stola 2011-05-08 16:09:04 UTC
A vertical layout of a grid-based design usually alternates gap columns (i.e., empty columns whose the only purpose is to separate components) and component columns (i.e., columns whose purpose is to hold components). Similarly, a horizontal layout alternates gap rows and column rows.

Many advanced tools for grid-based layout design reflect that and create this structure automatically. See, for example, JFormDesigner.

It would be nice to have this kind of support in grid designer in NetBeans.
Comment 1 Petr Somol 2011-07-18 12:46:44 UTC
implemented in jet-mail:

http://hg.netbeans.org/jet-main/rev/742172bdf8b6
Comment 2 Quality Engineering 2011-07-19 13:57:16 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/742172bdf8b6
User: Petr Somol <psomol@netbeans.org>
Log: #198435: Gap support in Grid Designer initial implementation