[Solved] How can i add movable objects inside a jpg pic?
[ad_1] Not sure if I understood you correctly, but I suppose you want to display background (a JPG image) and then programatically move three beads on it. If that’s the case, there’s Simple tutorial on how to work with images in JavaFX. To just display image, you need to do the following: public void start(Stage … Read more