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.
In TreeGraphLayout,calculating originX,originY,verticalGap and horizontalGap dynamically is not possible.It would be really helpful if the same is implemented. Thanks
Created attachment 46014 [details] Patch
A patch is attached. Now you are able to set all properties using GraphLayoutSupport.setTreeGraphLayoutProperties method. The change is backward compatible. Asking for fast API review.
Fixed in main trunk.