Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for Java Swing, V4.1.4 (Read 2160 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Diagramming for Java Swing, V4.1.4
Nov 10th, 2015 at 5:28pm
Print Post  
We have released version 4.1.4 of JDiagram. It contains the following new features and bug fixes:

Resize table columns and rows
Columns and rows of a TableNode can now be resized interactively if its AllowResizeColumns or AllowResizeRows properties are enabled. In order to resize, move the mouse pointer to the border line on column's right side or row's bottom side until it shows resize cursor and start dragging. The control raises tableColumnResizing and tableRowResizing events to let you validate new size or prevent resizing some elements. The tableColumnResized and tableRowResized events are raised after the operation completes.

License keys
There is no separate trial build of the control's JAR archive provided anymore. Instead, call the setLicenseKey method of DiagramView to disable the component's evaluation mode and stop displaying trial messages. setLicenseKey is static and you can call it just once before creating any views. License key strings are now listed on the Keys & Downloads page at MindFusion's customer portal.

Miscellaneous
~ Undo/redo records for in-place edit operations are now created automatically.
~ KeepInsideDiagram constraint prevents a node from leaving diagram boundaries during user interaction (the older RestrictItemsToBounds property does not stop nodes from leaving diagram area but returns them to original position if dropped outside).
~ Dashed selection frames are now drawn in two colors and should be visible on both the default white background and custom darker backgrounds. You can change the second dash color via DashBackground property of HandlesVisualStyle.
~ Improved mouse capture for composite controls hosted inside ControlNodes.
~ StartPoint and EndPoint properties provide a shortcut to setting the first and last control points of a DiagramLink.

Fixed bugs
~ Fixed text clipping problem when magnifier is over TreeViewNode.
~ Links to contained nodes were left visibly disconnected from them after deleting a folded ContainerNode.
~ Lasso selection could not select strictly horizontal or vertical straight-line links when IncludeItemsIfIntersect is disabled.

Registered customers with an active upgrade subscription can find license keys at the clients area on our site.

The latest version can be downloaded here:
https://www.mindfusion.eu/JDiagramTrial.zip
    
Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint