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 139202 - Need connectionLayer to paint behind mainLayer
Summary: Need connectionLayer to paint behind mainLayer
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-08 04:19 UTC by daveyost
Modified: 2008-07-08 04:19 UTC (History)
0 users

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 daveyost 2008-07-08 04:19:47 UTC
I see that the connection layer has to be in front of the mainLayer, or the demos don't work. As I understand it this is required for the order of calculations.

For my design, I want the connection lines to be behind the boxes, and I will make the boxes semi-transparent, so you can see the lines in a subtle way if 
they cross behind a box.

Can you please add a feature that would allow the drawing order to be independent of the layout calculation order?

Thanks