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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -