View of the application javafx
i was searching in google for hours and i still cant find the right answer, so i have a last chance to come here and ask. i'm making school year JAVA FX project. I'm using NetBeans. I have a point that i can see on the application i have. The problem is: I would like to have a big map (background) and I need to be able to move with my view. For example move by 50 to the right (x). I have Application where I use Stage, Scene, StackPane. I heard something about Dimensions in Java, but i can't use it in javafx application. Is there something similar, what can I use in my Application? Thank you