java - JavaFX How can I set the location/coordinates of a pane? -


how can manually set coordinates of pane? when click imageview want have different imageview popup @ same location, , scale up. can pop in default top left corner of parent pane imageviews.

the short version: use setlayoutx (and y) or settranslatex (and y).

the long version:

it depends on parent container is. should make familiar working layouts in javafx , node class.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -