Javonet

构建使用具有本机性能的不同技术模块创建的单个应用程序、模块或服务。

由以下开发商制作:Javonet
ComponentSource开始代理销售的日期:2014年

价格从: $ 811.44 版本:2.5.17 更新: 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.