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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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