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
Post a Comment