mbien commented on code in PR #8217:
URL: https://github.com/apache/netbeans/pull/8217#discussion_r1938221721
##########
java/java.graph/src/org/netbeans/modules/java/graph/FruchtermanReingoldLayout.java:
##########
@@ -150,7 +150,7 @@ private void init() {
bounds = new Rectangle(magicSizeConstant + (magicSizeMultiplier *
nds),
magicSizeConstant + (magicSizeMultiplier *
nds)); //g.getMaximumBounds();
temp = bounds.getWidth() / 10;
- forceConstant = 0.75 * Math.sqrt(bounds.getHeight() *
bounds.getWidth() / nds);
+ forceConstant = 1.75 * Math.sqrt(bounds.getHeight() *
bounds.getWidth() / nds);
Review Comment:
not sure about changing the weights (might be the riskier change), but the
graph looks somewhat similar still so its probably fine
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists