neilcsmith-net commented on code in PR #8217:
URL: https://github.com/apache/netbeans/pull/8217#discussion_r1938267315


##########
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:
   I'll try and have a look at those in context of next release. Have used the 
visual library a lot. Obviously not for delivery though. 
   
   Drag behaviour is there, just using mouse button 2. Default makes sense if 
the rectangular select action is used, but it isn't here. Will look at changing.
   
   May also consider adding the embedded satellite view you can see in front 
page image on https://www.praxislive.org/
   
   



-- 
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

Reply via email to