#AdditionalJar: aquafx-0.1
#If JAVA
import com.aquafx_project.AquaFx;
public static void Apply() {
AquaFx.style();
}
#End If
Dim jo As JavaObject = Me
jo.RunMethod("Apply", Null)
That's alrightMy mistake, forgot to post the AdditionalJar step.