Javonet

네이티브 성능의 다양한 기술 모듈을 사용하여 단일 애플리케이션, 모듈 또는 서비스를 구축하세요.

Javonet사에서 공개
2014년 부터 ComponentSource에서 판매중

가격: US$ 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.