MindFusion.Diagramming for Java Swing V4.4

Released: May 13, 2019

V4.4 버젼 업데이트

기능

  • New CompositeNode components - Component classes that support user interaction can now be used as part of CompositeNode templates:
    • ButtonComponent implements clickable buttons inside nodes.
    • CheckBoxComponent represents a check-box that lets users select true / false values.
    • EditComponent implements an editable text area.
    • NumericEditComponent implements number-entry area.
    • SliderComponent allows selecting of values from a numerical range by dragging a slider.
    • SpinnerComponent represents a spin-edit component.
  • Improved FlowchartLayout - FlowchartLayout can now arrange more types of graphs, no longer requiring them to represent strictly-nested source code structures.