Is there any way to coerce this to accept
instead of having to split it over three lines like below
B4X:
javaobject1.InitializeStatic("com.sun.glass.ui.Application.GetApplication().createRobot()")
B4X:
javaobject1.InitializeStatic("com.sun.glass.ui.Application")
javaobject2 = javaobject1.runMethod("GetApplication",null)
javaobject3 = javaobject2.runMethod("createRobot",null)
Last edited: