Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic MindFusion Java Pack 2019.R1 (Read 7939 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
MindFusion Java Pack 2019.R1
May 21st, 2019 at 10:22am
Print Post  
The list below describes changes and additions we have made to MindFusion Java Pack, 2019.R1:

JavaFX dependencies removed from all components in the pack.

Diagramming for Java Swing

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 editable text area.
  • NumericEditComponent implements number-entry area.
  • SliderComponent allows selecting a value from 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.

Spreadsheet for Java Swing
  • The Editable property added to Cell class lets you prevent users from changing cell's content.
  • Show rotated cell text by setting the Rotation style property.
  • Show double underlined cell text by setting the FontDoubleUnderline style property.
  • Prevent users from resizing rows and columns by setting the AllowResizeHeaders property.
  • The inplaceEditStarting event is now raised by the formula bar too.
  • CSV importer fixes.


MindFusion Virtual Keyboard
  • Added dispose method used to stop the auto-repeat timer. Calling it is necessary if disposing the parent frame in response to keyboard's own key-press event.
  • Fixed ExtendedKey XML template deserialization code.
  • Setting the TemplateLayout property now automatically changes Mode to Custom.

Distribution for the latest version can be downloaded here, or from the clients area on our site:
https://mindfusion.eu/JPack.zip

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint