-
Bug
-
Resolution: Fixed
-
P4
-
None
-
8
-
Mac OS X 10.8.4
jdk 8b98
Adding Group nodes or nodes that contain group nodes to a BorderPane does not work correctly.
The following program puts an orange Pane in the center of the BorderPane and attempts to add a Group containing a Label to the left edge. You should see the label on top of the orange center pane. This does not work for top, right or bottom either. If you add the Label itself instead of the Group, all is fine.
The following program puts an orange Pane in the center of the BorderPane and attempts to add a Group containing a Label to the left edge. You should see the label on top of the orange center pane. This does not work for top, right or bottom either. If you add the Label itself instead of the Group, all is fine.