im.Initialize("C:/Smash","BACKGROUND_SECTION.png")
SECTION1.Initialize("SECTION1")
SECTION1.SetImage(im)
MainForm.RootPane.AddNode(SECTION1,230,Image_Start_Point - 80,614,254)
Dim jo As JavaObject = SECTION1 ' the imageview
Dim o As Object = jo.CreateEvent("javafx.beans.value.ChangeListener","moved",False)
jo.runmethodJO("layoutYProperty",Null).RunMethod("addListener",Array(o)) ' make sure you choose property that will change
SECTION1.SetLayoutAnimated(Image_Speed,230,Image_Bottom_End - 80,614,254) ' left/right up/down