-
Bug
-
Resolution: Fixed
-
P4
-
fx2.0
-
Product: javafx-2.0beta
Platform: windows-i586
Build-Number: 2463
Build-ID: 2011-07-20_08-14-55
Run the attached app. It renders Scene with StackPane which centers and autosizes nodes. However, layout is not done automatically.
The workaround is to invoke layout() method explicitly prior renderToImage():
scene.getRoot().layout();
The workaround is to invoke layout() method explicitly prior renderToImage():
scene.getRoot().layout();
- duplicates
-
JDK-8114654 renderToImage returns null for offline scene without specified size
-
- Closed
-
- relates to
-
JDK-8113656 Scene.renderToImage() returns a null if no size is specified
-
- Resolved
-
-
JDK-8114424 CSS is not applied when renderToImage is invoked.
-
- Closed
-