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 94478 - Need a better layout algorithm when adding tables to graph
Summary: Need a better layout algorithm when adding tables to graph
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Sanjay Dhamankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-05 19:48 UTC by bugbridge
Modified: 2007-12-07 16:41 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2007-02-05 19:48:32 UTC
Original status: 3-Accepted; Suggested Status: NEW

Original Target Release: mako_dev; Suggested Target Milestone : Dev


Original submitter: jimdavidson

Description:
This is an RFE.

Currently new tables are added to query graph in a straight line, which results
in some lines covering others.  The simplest way around this is to modify the
layout algorithm to use two dimensions.  Even better (but probably not worth it)
is intelligent layout to minimize line length and crossings.
xxx@xxxx 2004-07-19
xxx@xxxx 2004-07-19

Evaluation:
Partially fixed by placing the internal frames at random locations instead of
linearly. There will be a better layout algorithm whn we switch to the next
version of JGraph after reef.
xxx@xxxx 2004-10-01
xxx@xxxx 2004-12-01 15:22:02 GMT