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.