RFR: 8091673: Public focus traversal API for use in custom controls [v4]
Kevin Rushforth
kcr at openjdk.org
Mon Oct 28 20:04:54 UTC 2024
On Mon, 28 Oct 2024 16:30:36 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> I don't indent case labels inside of switch.
Our typical code style is to indent. I don't have a strong preference, but I switched (pun intended) many years ago from not indenting to always indenting because: A) the IDEs (at least most of them) indent by default; B) most of the code in the JDK and JavaFX does.
> I don't think we enforce one way or the other.
No, we don't. Feel free to leave it as you have it.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1604#discussion_r1819676036
More information about the openjfx-dev
mailing list