8.0 b65, set orientation of Scene to RTL, then the methods setContentDisplay() and setAlignment() Labeled get opposite result for LEFT and RIGHT.
*** java doc ***
public final void setContentDisplay(ContentDisplay value)
Sets the value of the property contentDisplay.
Property description:
Specifies the positioning of the graphic relative to the text.
public final void setAlignment(Pos value)
Sets the value of the property alignment.
Property description:
Specifies how the text and graphic within the Labeled should be aligned when there is empty space within the Labeled.
*** java doc ***
public final void setContentDisplay(ContentDisplay value)
Sets the value of the property contentDisplay.
Property description:
Specifies the positioning of the graphic relative to the text.
public final void setAlignment(Pos value)
Sets the value of the property alignment.
Property description:
Specifies how the text and graphic within the Labeled should be aligned when there is empty space within the Labeled.
- duplicates
-
JDK-8094756 [MenuButton] Popup menu incorrectly placed when RTL is enabled and menu placement is left or right
-
- Closed
-
- is blocked by
-
JDK-8100130 Add RTL support to Label / Labeled
-
- Closed
-