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 -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -