Javonet

Build single applications, modules or services created using modules from different technologies with native performance.

Published by Javonet
Distributed by ComponentSource since 2014

Prices from: $ 705.60 Version: 2.0

javOnet 1.4 HF15 released

Released: Aug 27, 2015

Updates in this release

Updates in 1.4 HF15

  • Host WinForms or WPF User Controls in AWT, Swing and JavaFX - New NControlContainer class hosts any .NET user control directly in a Java UI. Because the class inherits from the Panel class, it can be added to any Java UI object including Frame, Panel, Grid, Layout components and others.
  • Pass NEnum Objects for Methods Expecting Arguments Passed by Reference - NEnum is the class that represents the .NET enum value in your Java code. All you have to do is wrap the instance with NRef and pass it to the invoke method.
  • Pass Java Methods to the .NET CLR as Delegates - You can now take a piece of Java code and pass it to a .NET method or field expecting a delegate. Each time the .NET code invokes that delegate, your Java code will be called.