layout - Hide overflow on javafx node? -


i trying create panel inside panel. inner 1 supposed larger parrent, whatever extends beyond parent's bounds should not painted. how do that?

note: important child larger parent, please note can not bind childs dimensions parent's ones.

help!

better late never, have clip child node rectangle act viewport :

childpane.setclip(new rectangle(400, 277)); 

Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -