Re: Review request: 8194871: Fix mistakes in FX API docs

2018-01-10 Thread Kevin Rushforth
Uploaded here: http://cr.openjdk.java.net/~kcr/8194871/webrev.01/ This looks good. +1 I'll push it tomorrow. -- Kevin Nir Lisker wrote: Attached a new webrev. On Thu, Jan 11, 2018 at 2:27 AM, Kevin Rushforth > wrote:

Re: Review request: 8194871: Fix mistakes in FX API docs

2018-01-10 Thread Kevin Rushforth
Since we are talking about the layout bounds of a node, I would avoid using the term '3D scene' (or subscene) since in this case it is the node that has the characteristic of 3D (geometry or transforms) associated with it. Anyway, let's go with the note at the end somewhere. Since layout is a

Re: Review request: 8194871: Fix mistakes in FX API docs

2018-01-10 Thread Nir Lisker
Yes, I initially had it as a note in the end saying something like this: Note that for nodes in a 3D Scene (or SubScene), layoutBounds is cuboid. but thought that for someone working with 3D, seeing a 2D discussion all the way until the end will be confusing. (Also thought about putting a

Re: Review request: 8194871: Fix mistakes in FX API docs

2018-01-10 Thread Kevin Rushforth
The changes look good to me for the most part. I only have one comment. Node.java: - * The rectangular bounds that should be used for layout ... + * The rectangular (cuboid for 3D nodes) bounds that should be used for layout ... While technically correct, in that the layout bounds of

Re: Review request: 8194871: Fix mistakes in FX API docs

2018-01-10 Thread Kevin Rushforth
I just removed the trailing whitespace (using the handy tools/scripts/checkWhiteSpace script with the '-F' option). -- Kevin Nir Lisker wrote: Thanks, modules/javafx.controls/src/main/java/javafx/scene/control/TableView.java:209: Trailing whitespace That one is an empty line

Re: Review request: 8194871: Fix mistakes in FX API docs

2018-01-10 Thread Nir Lisker
Thanks, > modules/javafx.controls/src/main/java/javafx/scene/control/TableView.java:209: > Trailing whitespace That one is an empty line inside a code block, if it matters. On Thu, Jan 11, 2018 at 12:14 AM, Kevin Rushforth < kevin.rushfo...@oracle.com> wrote: > > I'll review it, and sponsor

Re: Review request: 8194871: Fix mistakes in FX API docs

2018-01-10 Thread Kevin Rushforth
> I'll review it, and sponsor the change. Since I will be pushing it, I will need one more reviewer. Actually, this is incorrect. As long as I list you as contributor, jcheck is perfectly happy with just me as reviewer. If anyone else wants to review it, too, that would be fine, but not

Re: Review request: 8194871: Fix mistakes in FX API docs

2018-01-10 Thread Kevin Rushforth
Thank you for providing the patch. I uploaded it to cr.openjdk.java.net for easy browsing: http://cr.openjdk.java.net/~kcr/8194871/webrev.00/ I'll review it, and sponsor the change. Since I will be pushing it, I will need one more reviewer. My quick sanity checking shows trailing whitespace

Review request: 8194871: Fix mistakes in FX API docs

2018-01-10 Thread Nir Lisker
Hi Kevin, Please review the attached webrev. I addressed a few fixes I found as I was working, so they are not listed in the JIRA report. About Transition#getParentTargetNode: The current behavior of parent-child relationship is that an animation can be added to multiple parent transitions.