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

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -