Javonet

Erstellen Sie einzelne Anwendungen, Module oder Dienste, die mit Modulen aus verschiedenen Technologien erstellt wurden, mit nativer Leistung.

Veröffentlicht von Javonet
Wird von ComponentSource seit 2014 vertrieben

Preise ab: $ 811.44 Version: 2.5.17 Letzte Aktualisierung: May 9, 2025

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.