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 121205 - Need the ability to move labels
Summary: Need the ability to move labels
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Kris Richards
URL:
Keywords:
Depends on:
Blocks: 105060
  Show dependency tree
 
Reported: 2007-11-05 17:05 UTC by Trey Spiva
Modified: 2007-11-26 20:35 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 Trey Spiva 2007-11-05 17:05:26 UTC
Children of a connector widget can not simply use the move action, because children of a connection widget have a constraint that specifies the location of 
the child widget in relationship to the source end.  So a label move action needs to be created that can be used to change the labels constraint.  The move 
action must also be used to set a X and Y location that is relative to the labels anchor point as well.  So the user can move the label so that the label is not 
directly next to the edge.
Comment 1 David Kaspar 2007-11-06 12:42:23 UTC
I am not sure that very likely this feature is already implemented. Look at "test.connectionlabels.ConnectionLabelsTest"
example and try to move "Moveable Edge Center Label" widget.
Please, check whether it is the required feature. Thanks.
Comment 2 Trey Spiva 2007-11-26 20:35:53 UTC
I looks like simply using the move action will work.  I will close this issue at this time.