On Tue, 31 Oct 2023 16:23:23 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> Perhaps we can clean up the logic a bit, something like > > ``` > boolean rtl = ComponentOrientation.RIGHT_TO_LEFT.equals(cor); > stage.setNodeOrientation(rtl ? RTL : LTR) > ``` Yes, that's also what I trying to suggest in an earlier comment I made. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1271#issuecomment-1787564824